How can I use breakpoints with a PocketPC Emulator?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My experience is primarily using Windows Forms and Web Apps, but I am now
working on a PocketPC project and am trying to develop it using the PocketPC
Emulator in VS. However, when I place breakpoints in my code, they are
ignored.

Is this because the breakpoints are in the code on my physicaly machine, but
the code running is "on" the Emulator?

Is there anyway to use breakpoints with the Emulator?

Thanks.
 
Shouldn't be any different from the desktop apps. Are you sure you are not
running it in Release mode?
 
Heh heh...no it wasn't that, but it was just as silly.

I was Deploying the project to the device and then running it on the device
instead of just starting it from the Debugger.

Thanks, anyway.
 
Back
Top