Development/Tutorials/Debugging/Debugging on MS Windows: Difference between revisions
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
==Debugging with DebugView== | ==Debugging with DebugView== | ||
Debug messages generated by kDebug() and kWarning() are not unless application is compiled in so-called CONSOLE subsystem. To show these messages in WINDOWS subsystem, you can use DebugView tool, coming from SysInternals (currently acquired by Microsoft). | Debug messages (logs) generated by kDebug() and kWarning() are not visible on MS Windows unless application is compiled in so-called CONSOLE subsystem. To show these messages also in WINDOWS subsystem, you can use DebugView tool, coming from SysInternals (currently acquired by Microsoft). The tool offers searching in logs, filtering and saving them to file. | ||
→ [http://www.microsoft.com/technet/sysinternals/utilities/debugview.mspx More informations] | → [http://www.microsoft.com/technet/sysinternals/utilities/debugview.mspx More informations] |
Revision as of 20:18, 28 August 2007
Warning
This section needs improvements: Please help us to
cleanup confusing sections and fix sections which contain a todo
Debugging with DebugView
Debug messages (logs) generated by kDebug() and kWarning() are not visible on MS Windows unless application is compiled in so-called CONSOLE subsystem. To show these messages also in WINDOWS subsystem, you can use DebugView tool, coming from SysInternals (currently acquired by Microsoft). The tool offers searching in logs, filtering and saving them to file.