Stop the Debugger

When you stop a debug session, what happens next depends on how the session was started.

When the program being debugged terminates, the Graphical Debugger exits automatically.

To exit the Debugger before the end of the program, select Abort last task from the Debug menu:
  • If the program was started in debug mode, the program terminates.
  • If the debugger was attached to a running process, the debugger terminates but the program continues to run.