Show TOC Start of Content Area

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

Use

To start debugging a file you run the relevant launch configuration. To stop debugging, you need to terminate the threads in the SAP NetWeaver Developer Studio.

For more information about debugging, see the Java Development User Guide, in particular the topic Debug view.

Prerequisites

A launch configuration for the Web Dynpro application to be debugged exists. See Creating Debug Launch Configurations.

Breakpoints must be already set in the Web Dynpro application. See Setting Breakpoints in Web Dynpro Applications.

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 Web Dynpro Application.

       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

 

If asked, enter your SDM (Software Deployment Manager) password. SDM is the standard tool for installing J2EE components on the Java Engine. For more information on SDM, see Working with the SDM.

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

  

  

End of Content Area