Emulator debugging

  • Thread starter Thread starter Paul Ilacqua
  • Start date Start date
P

Paul Ilacqua

How can I read and write files to the Pocket PC 2003 Emulator for debugging?
I want to debug on the emulator not my device. Thanks
I'm using VS studio 2003 vb.net

Paul
 
If you have the WM 2003 SDK installed, it should be an option in the
drop-down list of devices on the toolbar. By default the drop-down is on the
lower-left toolbar next to the Connect to Device button.

Hope this helps.

Flynn
 
Paul,

The easiest way to transfer test data to the emulator is to include those
files in your project in Visual Studio and set the Build Type to Content.
Then when you deploy your app these files will also be deployed to the same
folder.
 
Back
Top