Skip to content

v2.7.50-windbg

Latest
Compare
Choose a tag to compare
@Dahaka934 Dahaka934 released this 12 Apr 12:03
· 18970 commits to windbg since this release

WinDbg is a multipurpose debugger for the Microsoft Windows computer operating system, distributed by Microsoft. Recent versions of WinDbg have been and are being distributed as part of the free Debugging Tools for Windows suite.


How to start debugging QEMU using WinDbg:

  • Run QEMU with next option:
    -windbg pipe:<name>
    QEMU will start and pause for waiting WinDbg connection.
  • Run WinDbg with next options:
    -b -k com:pipe,baud=115200,port=\\.\pipe\<name>,resets=0
  • Wait for debugger connect to kernel.

You can add Symbol Search Path in WinDbg such as
srv*c:\tmp*http://msdl.microsoft.com/download/symbols

In attached file you will find qemu executable.