Entering content frame

Background documentation Debugging JSPs and Servlets Locate the document in its SAP Library structure

Introduction

The SAP NetWeaver Development Studio provides tools for debugging your Web applications. For this purpose you can set breakpoints in the source code of JSP pages and servlets. As with other Java code, you create reusable launch configurations and then use the Debug perspective to debug the code.

For debugging, the J2EE Engine must be running with debug enabled. By default, debugging is normally deactivated on the server. Additionally, the application under test must have been deployed on the server.

For the general usage of the debugger, see the Java Development User Guide (Help  ® Help Contents), in particular the topic Debug view.

See also:

Enabling Debugging on the Server

Setting Breakpoints in JSP Pages and Servlets

Creating Debug Launch Configurations

Starting and Stopping Debugging

 

Leaving content frame