Debug on Device

  • Thread starter Thread starter Rainer
  • Start date Start date
R

Rainer

Hi,
how can i debug a Application that runs on a device ?
(using VS2005 with C#)

bye
Rainer
 
You might have to enable attach to process support on the device. Check out
this blog entry by David Kline.

http://blogs.msdn.com/davidklinems/archive/2005/05/24/421566.aspx

--
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com


Hi,

Menu Debug/Attach to Process, TRansport Smat Device, and then you
select the process you want to attach with.

BR

Fabien Decret (Device Application Development MVP)
Windows Embedded Consultant

ADENEO (ADESET)
http://www.adeneo.adetelgroup.com/ | http://fabdecret.blogspot.com/
 
Back
Top