Entering content frame

Procedure documentation Starting and Stopping Debugging Locate the document in its SAP Library structure

Use

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.

Prerequisites

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.

Procedure

Starting Debugging

       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.

This graphic is explained in the accompanying text

Stopping Debugging

       1.      In the Debug view, select the node for the configuration to be stopped.

       2.      In the context menu, choose Terminate.

This graphic is explained in the accompanying text

 

Leaving content frame