Debugging: Switch between device and PC

  • Thread starter Thread starter Hilton
  • Start date Start date
H

Hilton

Hi,

I have a PPC app. However, since the EXE can run on the PC, I'd like to
debug (single-step) on the PC. When I press F5, VS wants to run the app on
the device or emulator. How can I get it to run on the PC instead? Is my
only option to create a new project (I hope not), or is there a simple
switch I can flip?

Thanks,

Hilton
 
I haven't heard a simple switch, the only option AFAIK is to create a
new windows application project.
 
Back
Top