How can I use breakpoints with a PocketPC Emulator?

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.
 
A

Alex Feinman [MVP]

Shouldn't be any different from the desktop apps. Are you sure you are not
running it in Release mode?
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top