can deploy, can't debug

  • Thread starter Thread starter A.User
  • Start date Start date
A

A.User

I can sucessfully build and deploy a C# application to my CE.NET device.
If I launch them from the device it works fine. I would like to get the
remote debugging working.
I can deploy and "start without debugging" from the debug menu and it
launchs the application ok.
If I do "start" or "step into" the application builds and deploys without
errors and I get
a "launching application" in the output window but nothing happens!
Any ideas on how to debug this??

Dave
 
I have had same problem, it's a bug in the emulator that
microsoft are aware of. They say they will design their
own emulator in the next release. We wait in
anticipation. I have had to use the write method to debug
errors i didn;t get on the emulator that i did get on on
the device!! Tedious and .NET was supposed to enable this
functionality. Ah well
 
Back
Top