Package | Description |
---|---|
org.netbeans.api.debugger |
The NetBeans Debugger Core API definition.
|
Modifier and Type | Method and Description |
---|---|
Breakpoint[] |
DebuggerManager.getBreakpoints()
Gets all registered breakpoints.
|
Breakpoint[] |
DebuggerManagerListener.initBreakpoints()
Called when set of breakpoints is initialized.
|
Breakpoint[] |
DebuggerManagerAdapter.initBreakpoints()
Called when set of breakpoints is initialized.
|
Modifier and Type | Method and Description |
---|---|
Set<Breakpoint> |
Breakpoint.getBreakpointsToDisable()
Get the set of breakpoints that will be disabled after this breakpoint
is hit.
|
Set<Breakpoint> |
Breakpoint.getBreakpointsToEnable()
Get the set of breakpoints that will be enabled after this breakpoint
is hit.
|
Modifier and Type | Method and Description |
---|---|
void |
DebuggerManager.addBreakpoint(Breakpoint breakpoint)
Adds a new breakpoint.
|
void |
DebuggerManagerListener.breakpointAdded(Breakpoint breakpoint)
Called when some breakpoint is added.
|
void |
DebuggerManagerAdapter.breakpointAdded(Breakpoint breakpoint)
Called when some breakpoint is added.
|
void |
DebuggerManagerListener.breakpointRemoved(Breakpoint breakpoint)
Called when some breakpoint is removed.
|
void |
DebuggerManagerAdapter.breakpointRemoved(Breakpoint breakpoint)
Called when some breakpoint is removed.
|
void |
DebuggerManager.removeBreakpoint(Breakpoint breakpoint)
Removes breakpoint.
|
Modifier and Type | Method and Description |
---|---|
void |
Breakpoint.setBreakpointsToDisable(Set<Breakpoint> breakpointsToDisable)
Set the set of breakpoints that will be disabled after this breakpoint
is hit.
|
void |
Breakpoint.setBreakpointsToEnable(Set<Breakpoint> breakpointsToEnable)
Set the set of breakpoints that will be enabled after this breakpoint
is hit.
|
Built on May 31 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.