Changes between Version 24 and Version 25 of Compiling KMess for Windows

Show
Ignore:
Timestamp:
05/08/09 16:53:24 (16 months ago)
Author:
sjors (IP: 82.171.113.142)
Comment:

Added "getting debugging to work" section

Legend:

Unmodified
Added
Removed
Modified
  • Compiling KMess for Windows

    v24 v25  
    127127 * type `makefix` in your console window to run it. 
    128128 
     129== Getting debugging to work == 
     130 
     131To 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 
     135This will make the kmess debugging messages appear correctly in the DebugView program. 
     136 
    129137= Related topics = 
    130138== Comparing files ==