Friday, July 9, 2010

VC++ 2010-add Start without Debugging.

When I download Visual C++ 2010 express, I found there is no
"Start without Debugging." and I can not run executable after building.
1) short cut: ctrl+F5


2)The following method is used to add:
"Start without Debugging."
-----------------------------------------------
1) Tool->Customize->Commands Tab
2) Under the commands Tab, select Toolbar, then select the debug toolbar.
3)On the right side, you should be able to select click Add Command, the Add command dialog should appear.


4)Select Debug on the left side, and start without debugging in the right side.

No comments:

Post a Comment