문제

Is there an option to use a convenient debugger with a GUI for debugging programs run on QEMU on Windows? I know that QEMU has full support for GDB, yet I'm unable to find a good working GUI for it.

도움이 되었습니까?

해결책

To debug QEMU that runs on Windows or Windows application in Windows VM that runs in QEMU use WinDbg: http://msdn.microsoft.com/en-us/library/windows/hardware/ff551063(v=vs.85).aspx

You can also use Visual Studio express: http://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx and attach to process.

If you want to debug Windows kernel while Windows is a VM running inside of QEMU follow: http://www.linux-kvm.org/page/WindowsGuestDrivers/GuestDebugging

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top