diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 17:52:11 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 17:52:11 -0600 |
commit | f62ebdf09ec164b504966b5cb648d562353c0859 (patch) | |
tree | d2f6d766dcd7b518626f825342073e6ba17719a9 /kioslave/DEBUG.howto | |
parent | 8c5bbc4bd96509df7085f608d47c7d0855b8926e (diff) | |
download | tdebase-f62ebdf09ec164b504966b5cb648d562353c0859.tar.gz tdebase-f62ebdf09ec164b504966b5cb648d562353c0859.zip |
Rename straggling environment variables KDE->TDE.
Diffstat (limited to 'kioslave/DEBUG.howto')
-rw-r--r-- | kioslave/DEBUG.howto | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kioslave/DEBUG.howto b/kioslave/DEBUG.howto index a1d4925a5..d15cb7034 100644 --- a/kioslave/DEBUG.howto +++ b/kioslave/DEBUG.howto @@ -18,7 +18,7 @@ that slaves for a certain protocol are started in debug mode. E.g. to start all 'http' slaves in debug mode, you type: - KDE_SLAVE_DEBUG_WAIT=http tdeinit + TDE_SLAVE_DEBUG_WAIT=http tdeinit This will restart 'tdeinit' and 'klauncher'. @@ -51,13 +51,13 @@ Debugging io-slaves with valgrind KLauncher can be told to run certain io-slaves through valgrind. The following command can be used to let klauncher run all https io-slaves via valgrind: - KDE_SLAVE_VALGRIND=https tdeinit + TDE_SLAVE_VALGRIND=https tdeinit The valgrind output will appear as the stderr output of the tdeinit process. The $VALGRIND_OPTS environment variable can be used to pass options to valgrind. If you want to use a different skin: - KDE_SLAVE_VALGRIND_SKIN=calltree ( for example ) + TDE_SLAVE_VALGRIND_SKIN=calltree ( for example ) How to get debug output |