!--a11y-->
Setting Breakpoints in JSP Pages and
Servlets 
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 J2EE Explorer, select the servlet.
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 is to be added.
4. Choose Add Breakpoint from the context menu.
Enabled breakpoints are indicated by a blue circle.
