Terminating a debug session

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

Terminate

Terminating immediately ends a debug session. To terminate a debug session:

  1. In the Debug view, select the debug project, target, or thread that you want to terminate.
  2. Perform one of the following tasks:
    • Select Run > Terminate.
    • 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.

Resume (Run)

If you are debugging script that contains no active breakpoints beyond the current execution point, choosing to Resume suspended threads will result in an end of the debug session (that is, the script will run to completion and the debug session will terminate).


Feedback