To set a breakpoint in a specified method:
For example, if you are setting a breakpoint in the class Circle in the Java package mypkg.shapes, type mypkg.shapes.Circle.
The Java WorkShop sets the breakpoint in the first bytecode of the specified method. The Source Editor scrolls to the location of the breakpoint, if the location is in the current file. The line containing the breakpoint is highlighted in red.
The WorkShop also adds the breakpoint to the list of currently active breakpoints in the Breakpoints tab.
See also: