SS,
The best option for you would be remote debugging using Visual Studio
(5.0-7.0) or WinDbg or KD.
Check out "Microsoft Debugging Tools" section of this article:
http://msdn.microsoft.com/library/en...pe3rdparty.asp
Here is the steps how to set up the WinDbg:
Just download the tool and symbol files from
http://www.microsoft.com/whdc/ddk/de...g/default.mspx.
Then follow the leads from
http://support.microsoft.com/default...NoWebContent=1
and
http://support.microsoft.com/default...NoWebContent=1
(if you use null modem for remote debugging).
MS Debugging Tools KB is here:
http://www.microsoft.com/whdc/ddk/debugging/DBG-KB.mspx.
KM
> How do i debug my applications in embedded XP if i need to ?
>
> Thanks,
> SS