Development/Tutorials/Debugging/Debugging on MS Windows: Difference between revisions

From KDE TechBase
No edit summary
(Replaced content with "{{Moved To Community|Windows/Imported From TechBase/Debugging}}")
 
(70 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{improve}}
{{Moved To Community|Windows/Imported From TechBase/Debugging}}
 
==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.
 
→ [http://www.microsoft.com/technet/sysinternals/utilities/debugview.mspx More informations]
 
 
 
[[Category:MS Windows]]

Latest revision as of 14:22, 11 March 2016

This page is now on the community wiki.