!--a11y-->
Starting and Stopping Debugging 
You run the relevant launch configuration to start debugging a file. To stop debugging, you need to terminate the threads in the IDE.
For more information about debugging, see the Java Development User Guide, in particular the topic Debug view.
A launch configuration for the file to be debugged exists. See Creating Debug Launch Configurations.
The server process must be in debug mode. See Enabling Debugging on the Server.
1. Choose Run ® Debug...
2. In the Configurations pane, expand the node SAP J2EE Engine Debug.
3. Select the relevant configuration.
4. Choose Debug.
The source code is now displayed in the Debug perspective and execution starts.

1. In the Debug view, select the node for the configuration to be stopped.
2. In the context menu, choose Terminate.

