WinDbg is a user and kernel mode debugger for Windows. It can be used to debug both native and managed code.
WinDbg is a GUI-based, user- and kernel-mode debugger for Windows. It is part of the "Debugging Tools for Windows", a free download available from Microsoft.
WinDbg can be used to debug managed code by loading one or more extension DLLs. SOS.dll
is available as part of the .NET framework. PSSCOR2.dll
and SOSEX.dll
are additional extensions for debugging managed code.