Projects/KDE on Windows/Tools: Difference between revisions

From KDE TechBase
(added process monitor)
(Replaced content with "{{Moved To Community|Windows/Imported From TechBase/{{#titleparts:{{PAGENAME}}||3}}}}")
 
(19 intermediate revisions by 5 users not shown)
Line 1: Line 1:
Required or recommended tools for development and using KDE libraries and applications under MS Windows.
{{Moved To Community|Windows/Imported From TechBase/{{#titleparts:{{PAGENAME}}||3}}}}
 
__TOC__
 
== Process Explorer ==
''"Ever wondered which program has a particular file or directory open? Now you can find out. Process Explorer shows you information about which handles and DLLs processes have opened or loaded."'' (freeware, for all Windows versions) [http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx more]
[[Image:ProcessExplorer.jpg|thumb|center|Process Explorer]]
 
== Console 2 ==
''"Console is a Windows console window (cmd.exe) enhancement, useful for using when you depend on this shell, e.g. with msvc. Console features include: multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles."'' (GPL, for Windows 2000 or newer) [http://sourceforge.net/projects/console more]
[[Image:ConsoleWindowsTool.png|thumb|center|Console window]]
 
== 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. The tool offers searching in logs, filtering them using wildcards and saving them to file. (freeware) [http://www.microsoft.com/technet/sysinternals/utilities/debugview.mspx more]
[[Image:DebugViewWindows.png|thumb|center|DebugView window]]
 
== Dependency Walker ==
A tool for checking dependency of shared libraries. This utility that scans any 32-bit or 64-bit Windows module (exe, dll, ocx, sys, etc.) and builds a hierarchical tree diagram of all dependent modules. (freeware) [http://www.dependencywalker.com/ more]
[[Image:DependencyWalkerWindows.png|thumb|center|Dependency Walker window]]
 
== Process Monitor ==
Process Monitor is an advanced monitoring tool for Windows that shows real-time file system, Registry and process/thread activity.
[http://technet.microsoft.com/de-de/sysinternals/bb896645(en-us).aspx more]

Latest revision as of 14:19, 11 March 2016

This page is now on the community wiki.