Top "Windbg" questions

WinDbg is a user and kernel mode debugger for Windows.

Failed to load data access DLL, 0x80004005

0:025> !pe Failed to load data access DLL, 0x80004005 Verify that 1) you have a recent build of the debugger (6.2.14 or …

windbg sos
WinDbg and SoS, how do I print/dump a large string?

I am debugging a hangdump coming from a production server using WinDbg with the SoS extension. There is a string …

.net debugging windbg dump sos
Set up WinDbg as the default debugger

Whenever my application throws an unhandled exception, I would like WinDbg to catch that exception on my debugging machine rather …

windbg
Windbg and Symbol Files

I have a problem with symbol files. I experimented with the symbol file path and set the path as follows: …

windows windbg windows-kernel
Analyzing output of !threadpool and !threads in windbg

I have generated dumps on four servers and am analyzing the output of !threadpool and !threads. I noticed the roughly …

multithreading windbg threadpool
SOS does not support the current target architecture

I am trying to use windbg to research a hang dump file created on an x64 machine for our x86 …

c# .net-4.0 windbg dump freeze
when and how to use windbg kernel debugging

I found Windbg is very useful during development and debugging. but mostly i use windbg in use mode debugging. What …

windows debugging windbg
Limit !dumpheap (windbg) output to n objects

When using windbg and running !dumpheap command to see the addresses of objects, how can you limit to a specific …

windbg
Windbg crash dump analysis

I'm having a hard time getting any meaningful information from a crash dump I created with ProcDump, but I'm pretty …

windows-7 vb6 windbg crash-dumps procdump
Windbg memory map?

How can I get a memory map in Windbg similar to Ollydbg's memory map functionality? I want to see a …

debugging memory windbg ollydbg