In addition to controlling the individual stepping of your programs, you can also control the debug session. You can perform actions such as terminating the session and stopping the program by using the debug launch controls available from Debug view or the Debug view context menu.
Action | Icon | Description |
---|---|---|
Terminate |
![]() |
Kill the selected process |
Disconnect |
![]() |
Detach the debugger from the selected process (useful for debugging attached processes) |
Remove All Terminated |
![]() |
Clear all the killed processes in Debug view |
Terminate and Remove |
![]() |
Kill the selected process and remove it from Debug view |
Relaunch |
![]() |
Restart the process |
Terminate All |
![]() |
Kill all active processes in Debug view |