Remote debugging via Visual Studio

  • Thread starter Thread starter Michael Mount
  • Start date Start date
M

Michael Mount

Is it possible to remotely debug a DotNet application deployed on a Pocket
PC device while connected via Active Sync

regards, Mike
 
Did you mean debugger remote attach for .NET Compact Framework
applications? If so, it is only possible in Visual Studio 2005. For
VS2003 you can debug applications only when it has been run from VS
(just press F5).

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com
 
Thanks Sergey

Yes I was hoping to use the Debug --> Processes and then select the Pocket
Pc device via the Machine name drop down, and then attach to the process
running on my device.

I did discover the deploy/debug method which seems a little slow as each
time it redeploys the App to the device.

regards, Mike
 
Back
Top