WinDbg through COM port.

J

JY Kim

Hello.

I am working with XPe and going to make debugging channel.
I have tried to use WinDbg through COM port but WinDbg won't connect.
My coworker and I cannot sure if XPe support debugging through COM
port.
Is this possible or am I doing something wrong.
If this is not possible, Is there no way I can use WinDbg?

Please answer.
Thanks.
 
R

riddler

Hello.

I am working with XPe and going to make debugging channel.
I have tried to use WinDbg through COM port but WinDbg won't connect.
My coworker and I cannot sure if XPe support debugging through COM
port.
Is this possible or am I doing something wrong.
If this is not possible, Is there no way I can use WinDbg?

Please answer.
Thanks.

have you booted in debug?
i'm using WinDbg also and don't have any problems with connection.
The connection will only be made on boot-up.
It can be a problem that the COM-port can't be initialized at that
moment.
sorry for some obvious things but i don't know what you have done
already.

Best Regards
Riddler

this is my boot.ini
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Embedded" /fastdetect /noexecute=AlwaysOff
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP
Embedded" /debug /debugport=COM3 /baudrate=115200
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top