Terminating a debug session

There are a number of ways to end a debug session. Various methods are described in this topic.

Terminate

Whether you are debugging locally or remotely, terminating immediately ends a debug session, and the program that you are debugging does not run to completion.

To terminate a debug session:

  1. In the Debug view, select the debug target (or one of its threads or stacks) that you want to terminate.
  2. Perform one of the following tasks:
    1. Select Run > Terminate.
    2. Right-click and select Terminate from the pop-up menu. Alternatively, you can select Terminate and Remove to terminate the session and remove it from the Debug view.

To terminate all debug sessions, right-click in the Debug view and choose Terminate All from the pop-up menu.

If you have terminated one or more sessions and want to remove them from the Debug view, right-click in the Debug view and choose Remove All Terminated from the pop-up menu.


Feedback