Enabling and disabling breakpoints
Breakpoints can be enabled and disabled as
needed. When a breakpoint is enabled, thread execution suspends before
that line of code is executed. When a breakpoint is disabled, thread
execution is not suspended by the presence of the breakpoint.
To disable a breakpoint:
To enable the breakpoint:
General debugging support and Eclipse
integration