Reputation: 2720
Host:
Windows 10 running windbg, Serial port on COM2, USB to serial cable
Target:
Windows XP SP2, Serial port on COM2, USB to serial cable
I'm trying to attach windbg to a physical windows XP machine to debug my driver but I'm not seeing the connection. I can see the debug option on boot because I've configured the boot.ini file of the target to enable debugging:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /debug /debugport=COM2 /baudrate=115200
I've connected the two machines using two usb to serial cable and null modem cable in between. I've also tested to check that the serial connection is functional by using hyper terminal on both machines.
I've tried CTRL+BREAK and issuing commands but I get nothing. What am I missing in order to be able to connect windbg to my XP machine?
Upvotes: 1
Views: 637
Reputation: 31
Upvotes: 1