!--a11y-->
Setting Breakpoints 
· ...
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.

...
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.