Debugging Pocket PC's

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

Guest

Hi

I purchased an h5500 series HP pocket pc. Using VS.NET 2003 I am able to build and deploy to the Pocket PC 2002 Emulator but not to debug the app
The app is "installed" in the emulator just fine but that's all that happens

What's going on
Thanks
Juan Dent
 
Well, double check that you are building in Debug mode and that you have the
Debug Constants defined in the project properties. If you try Debug.Assert
for instance, will the assert evaluate or is it that your breakpoints just
aren't being hit?
Hi,

I purchased an h5500 series HP pocket pc. Using VS.NET 2003 I am able to
build and deploy to the Pocket PC 2002 Emulator but not to debug the app.
 

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

Back
Top