Top "Windbg" questions

WinDbg is a user and kernel mode debugger for Windows.

How to list call stack of all managed threads using WinDBG?

I have a dump created from a managed application. I am using SOS/SOSEX extentions to ease my dump analysis. …

c# .net windbg crash-dumps
Large Object Heap Fragmentation

The C#/.NET application I am working on is suffering from a slow memory leak. I have used CDB with …

c# .net memory-management memory-leaks windbg
windbg: Command output to text file

How can I Save Output of a command in WinDbg to a Text File?

windbg
What to do with "The version of SOS does not match the version of CLR you are debugging" in WinDbg?

I'm having a problem with some of my apps. It's a wcf-based app running under IIS6 in Windows 2003 Server (x86): …

.net debugging windbg sos minidump
How to debug corruption in the managed heap

My program throws an error which it cannot handle by a catch(Exception e) block and then it crashes: Access …

c# .net .net-4.0 windbg heap-corruption
_NT_SYMBOL_PATH format

I'm trying to use windbg more, and I keep having problems with the symbol cache. It isn't clear to me …

windbg
How can I find the data structure that represents mine layout of Minesweeper in memory?

I'm trying to learn about reverse engineering, using Minesweeper as a sample application. I've found this MSDN article on a …

reverse-engineering windbg ida minesweeper memory-editing
Unable to find module 'mscorwks.dll'

I try to use the winDBG to debug a dump file. When I run .loadby sos mscorwks.dll It gave …

.net windows windbg
How can I abort a long operation in WinDbg?

Often WinDbg will enter a state where it is *Busy* performing an operation. Often this is due to some mistake …

windows debugging windbg
Forcing WinDbg to load symbols of an unloaded module

I'm debugging a module for which I have only the .exe and a .pdb without private symbols. During the debug …

windbg