Package | Description |
---|---|
org.netbeans.api.debugger.jpda |
JPDA Debugger APIs provide representation of JDI functionality.
|
org.netbeans.api.debugger.jpda.event |
Modifier and Type | Class and Description |
---|---|
class |
ClassLoadUnloadBreakpoint
Notifies about class load and class unload events.
|
class |
ExceptionBreakpoint
Notifies about exceptions throw in debugged JVM.
|
class |
FieldBreakpoint
Notifies about variable change or access events.
|
class |
LineBreakpoint
Notifies about line breakpoint events.
|
class |
MethodBreakpoint
Notifies about method entry events.
|
class |
ThreadBreakpoint
Notifies about thread started and dead events.
|
Modifier and Type | Method and Description |
---|---|
JPDABreakpoint |
JPDAThread.getCurrentBreakpoint()
Returns the current breakpoint hit by this thread.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JPDADebugger.fireBreakpointEvent(JPDABreakpoint breakpoint,
JPDABreakpointEvent event)
Helper method that fires JPDABreakpointEvent on JPDABreakpoints.
|
Constructor and Description |
---|
JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint,
JPDADebugger debugger,
int conditionResult,
JPDAThread thread,
com.sun.jdi.ReferenceType referenceType,
Variable variable)
Creates a new instance of JPDABreakpointEvent.
|
JPDABreakpointEvent(JPDABreakpoint sourceBreakpoint,
JPDADebugger debugger,
Throwable conditionException,
JPDAThread thread,
com.sun.jdi.ReferenceType referenceType,
Variable variable)
Creates a new instance of JPDABreakpointEvent.
|
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.