Top "Windbg" questions

WinDbg is a user and kernel mode debugger for Windows.

How to find the source of an 'Access Violation'

To put in a nutshell, I have a C# application doing lots of mciSendString calls ( via dllimport ) to control wav …

windbg access-violation winmm mci windows-error-reporting
How do I stop windbg from being the interactive debugger?

What is the proper way to undo windbg -I on vista/win7? Is it as simple as deleting the registry …

windbg
Win2008 R2 WER ( error reporting ) LocalDumps blocked by what?

I Just want to recover crash dumps of my own 32bit applications. I tried the following: I followed the steps …

windows-server-2008 windbg windows-server-2008-r2 crash-dumps windows-error-reporting
What are the key differences between IDA and x64dbg?

IDA pro ,x64Dbg, olldbg & windbg are used to Reverse Engineering purposes(as a Dissembler) and debugging. What are …

reverse-engineering windbg ida ollydbg
How to create a kernel dump using WinDbg

I'm debugging a kernel-mode device driver for Windows, using WinDbg. Is it possible to create a minidump on-demand? I mean, …

kernel windbg minidump
How to interpret exception codes shown in WinDbg?

I am just debugging a Windows application which is crashing. After starting the app, attaching to it with WinDbg, and …

debugging exception windbg windows-nt
switching to user stack in kernel dumps

Is there a way to switch to user mode of a particular process in a kernel dump while doing postmortem …

windbg callstack usermode
Debugging Windows Kernel from Linux

I used to debug the Windows Kernel using VirtualKD, WinDBG and a single Virtual Machine. Recently I got a Linux …

windbg virtual-machine windows-kernel
How can I view the local variables on the evaluation stack when debugging a .NET CLR application?

I'm using Windbg (with the sos extention) and trying to debug a crashed application. I was able to dump the …

debugging stack windbg il sos
win32 window in WPF

Recently our application encountered a strange problem. The application has a win32 window in the WPF window, when resize the …

.net wpf windbg out-of-memory