| Re: how to debug c# on WinXPe |
|
 |
|
 |
|
 |
|
 |
Group: microsoft.public.windowsxp.embedded · Group Profile
Author: Sean Liming (MVP)Sean Liming (MVP) Date: Sep 2, 2008 06:52
I have had some issue with .NET remote debug so I always install VS on XPe.
If the target CPU is slow then use Virtual PC as the target.
If you still want to do remote debug, you need to setup a trust between the
two computers and install the remote VS debug files on the XPe target. The
VS online help discusses the process.
-Sean
"Iñaki" discussions.microsoft.com> wrote in message
news:6F6F3C25-AD58-484E-809D-1052E4933C42@microsoft.com...
> Hi Sean,
>
> How can I try remote debugging I've no background on Visual Studio... and
> I
> think that the second option could be quite slowly on my target. (AMD
> Geode
> LX 800 with 512MB of RAM).
>
> Best regards.
>
> "Sean Liming (MVP)" wrote:
>
>> You can either try remote debugging or install Visual Studio on the XPe
>> target. If you do the later, make sure the NULL device driver component
>> is
>> in the XPe image so VS can be installed.
>>
>> -Sean
>>
>>
>> "Iñaki" discussions.microsoft.com> wrote in message
>> news:581B7B4A-A1A4-494E-9D96-DD1371D4B236@microsoft.com...
>>> Can I debug c# applications on my WinXPe platform? how can I do that?
>>>
>>> I'm trying to debug Fbwf API so I can't debug on my XPpro machine...
>>
|