Stop the Debugger

What happens when you stop a debug session depends on how the debug session was started.

Regardless of how the debug session was started, the Graphical Debugger will automatically exit when the program being debugged terminates.

To exit the Debugger, 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. The program continues to run.