Show TOC Start of Content Area

Procedure documentation Setting Breakpoints  Locate the document in its SAP Library structure

Setting Breakpoints in JSP

·            ...

       1.      In the J2EE Explorer, select the JSP file.

       2.      Choose Open from the context menu.

The JSP editor opens.

       3.      In the JSP editor, choose the Source tab.

       4.      Position the mouse cursor on the vertical ruler (left hand edge of the editor) where the breakpoint is to be added.

       5.      Choose Add Breakpoint from the context menu.

Enabled breakpoints are indicated by a blue circle.

This graphic is explained in the accompanying text

Setting Breakpoints in Servlets or in Other Java Classes

...

       1.      In the project structure, select the relevant servlet or other class to be debugged.

       2.      Choose Open from the context menu.

The Java editor opens.

       3.      Position the mouse cursor on the vertical ruler (left hand edge of the editor) where the breakpoint for Java statements is to be added.

       4.      Choose Add Breakpoint from the context menu.

Enabled breakpoints are indicated by a blue circle.

 

 

End of Content Area