Hello,
I am new to the list, but I could not find a way to search the
archives, so I thought I would post my question (nor have I found any
forums on the web or at OSR that are applicable for my issue).
I currently have two computers set up side by side, a Windows XP SP2
machine (the debugger), and a Vista machine (debugee). I have been
trying to set up WinDBG so I can debug the Vista box, but have not been
able to get the two connected properly. What I have done: I have set
up debugging on the Vista machine using bcdedit.exe, so that the
“debug” setting indicates “Yes”. I have set up serial debugging (using
Com port 4, and speed of 115200 (I also tried 19200, but that did not
work either)). The command I used (from an Administration command
window) is “bcdedit.exe /dbgsettings SERIAL DEBUGPORT:4
BAUDRATE:115200”.
I have a null-modem serial cable connected between the 2 machines. I
have tested the serial cable between the 2 machines using HyperTerminal
on the XP machine, and I downloaded a HyperTerminal application for
Vista. I am able to see what I type on other machine, for both
directions. So, I feel the serial cable is working. One note: the
Vista machine did not have a serial port on it, I installed a PCI based
serial card, hence why I am using COM4.
I set up WinDBG on the XP machine, and I start it using the following
command: " windbg.exe -y
C:\WebSymbols;srv*http://msdl.microsoft.com/download/symbols -b -k
com:port=COM1,baud=115200"
I have also tried to start it without the symbols being set on the
command line. I have also tried 19200.
I see the “Opened \.\com1 Waiting to reconnect…”, but never see
anything more. I have tried sending the Break (ctrl-break), but that
does not help. I have rebooted the Vista box, but again it never
connects. If I do ctrl-alt-d on the XP box, it shows “SYNCTARGET:
Timeout. Throttle 0x10 write to 0x1” repeatedly over and over,
approximately once avery 5 seconds or so.
Any thoughts? Is there something else special I have to do on the
Vista machine? Will it never work because of the PCI based serial
card?
I was going to try to use USB (I bought an A-A cable), but then found
out that there is a very special USB adapter that is needed … so I
have not pursued it further. I also do not have firewire installed on
either machine, so have not gone that route yet…
Oh, and I did turn off the Windows firewall on the Vista machine, and
do not have ZoneAlarm running (or anything like that).
Thanks for any ideas (even if is is indicating a better place I should
post this).
Regards,
Todd Crowley