| | 129 | == Getting debugging to work == |
| | 130 | |
| | 131 | To get good debug output in the DebugView program by Sysinternals, after making sure you correctly set debugfull and everything in the build options, you need to edit two files: |
| | 132 | * include/kdebug.h in your KDE directory: comment out line 38 to 48 (the lines about KDE_NO_DEBUG_OUTPUT and KDE_NO_WARNING_OUTPUT. |
| | 133 | * kmessapplication.cpp: comment out line 53, the debug handler. |
| | 134 | |
| | 135 | This will make the kmess debugging messages appear correctly in the DebugView program. |
| | 136 | |