Windows/Debugging: Difference between revisions
< Windows
Line 1: | Line 1: | ||
{{improve}} | {{improve}} | ||
== | ==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 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). | ||
→ [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:14, 28 August 2007
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).