Home > Software > Development > Debug > Debugging Tools for Windows
Details
- Package ID
- windbg
- Version
- 10.0.10586.15
- Downloads
- 47331
- Website
- http://msdn.microsoft.com/en-us/windows/hardware/hh852365.aspx
Summary
Microsoft Windows Debugger (WinDbg) is a powerful Windows-based debugger that is capable of both user-mode and kernel-mode debugging. WinDbg provides debugging for the Windows kernel, kernel-mode drivers, and system services, as well as user-mode applications and drivers.
Description
Microsoft Windows Debugger (WinDbg) is a powerful Windows-based debugger that is capable of both user-mode and kernel-mode debugging. WinDbg provides debugging for the Windows kernel, kernel-mode drivers, and system services, as well as user-mode applications and drivers.
The package will copy sos.dll from the most recent .NET runtime on your machine to the same directory where windbg.exe is installed.
Package Parameters
The following package parameters can be set:
/SymbolPath:'D:\Symbols'
- The local path to store symbols in (and also sets the _NT_SYMBOL_PATH environment variable)
These parameters can be passed to the installer with the use of -params
.
For example: -params '"/SymbolPath:c:\symbols"'
.