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.
 
Back
Top