Problems using COM1 as a pipe to WinDbg
Posted: 19. Oct 2009, 18:03
Hi,
I have an issue trying using a Virtual machine XP on an XP host. My goal is to perform kernel debugging using COM1 as a pipe to WinDbg.
It works... for some seconds; I can see several traces my driver generates and then the VM is blocked (no reaction with the mouse inside the OS under debug, Virtual Box GUI is OK) and Windbg has no control on the machine (it did not step into some breakpoint for instance).
Anyone experienced this? What can I do to investigate?
I used COM1 as a pipe for a very simple program and it did work. May be Windbg configuration has to be improved? I'm starting Windbg like this:
"C:\Program Files\Debugging Tools for Windows (x86)\windbg.exe" -b -k com:pipe,port=\\.\pipe\VirtualDbg,resets=0,reconnect
Thanks,
Jean
I have an issue trying using a Virtual machine XP on an XP host. My goal is to perform kernel debugging using COM1 as a pipe to WinDbg.
It works... for some seconds; I can see several traces my driver generates and then the VM is blocked (no reaction with the mouse inside the OS under debug, Virtual Box GUI is OK) and Windbg has no control on the machine (it did not step into some breakpoint for instance).
Anyone experienced this? What can I do to investigate?
I used COM1 as a pipe for a very simple program and it did work. May be Windbg configuration has to be improved? I'm starting Windbg like this:
"C:\Program Files\Debugging Tools for Windows (x86)\windbg.exe" -b -k com:pipe,port=\\.\pipe\VirtualDbg,resets=0,reconnect
Thanks,
Jean