c++ - Run .exe outside IDE but use break points inside IDE -
Using VSNet 2003. Out of the IDE Exe would like to run (i.e. command prompt or double click.exe However, still need break points to hit IDE.
How do I set it?
(Outside IDE
Thank you.
On the debug menu, select" Option to attach the debugger to your externally run application " Attach a.
Comments
Post a Comment