Ending a Debugging Session

A debugging session ends when all of the processes you are debugging terminate. You can also end a debugging session in one of the following ways:

To end a debugging session

  • From the Debug menu, choose Continue to enter run mode and continue executing the application from the current line of code.

    -or-

  • From the Debug menu, choose Restart to terminate the processes in your debugging session and restart the application from the beginning.

    -or-

  • From the Debug menu, choose End to shut down the application and return to design mode.