Starting a C or C++ Debugging Session

See Also 

When you start a debugging session, the IDE starts the debugger in the project's associated tool collection, then runs the project inside the debugger. The IDE automatically opens the debugger windows and prints debugger output to the Output window.

To debug a project, do one of the following:

To restart an existing debugging session:

See Also
Attaching the Debugger to a Running Process
Setting a Breakpoint in a C or C++ Program

Copyright © 2015, Oracle and/or its affiliates. All rights reserved.