|
org.netbeans.api.debugger.jpda/2 2.4.31 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JPDAThread | |
---|---|
org.netbeans.api.debugger.jpda | JPDA Debugger APIs provide representation of JDI functionality. |
org.netbeans.api.debugger.jpda.event | |
org.netbeans.spi.debugger.jpda | JPDA Debugger SPIs defines support for Smart Stepping, Variables Filterring and filterring of all Debugger Views. |
Uses of JPDAThread in org.netbeans.api.debugger.jpda |
---|
Methods in org.netbeans.api.debugger.jpda that return JPDAThread | |
---|---|
abstract JPDAThread |
JPDADebugger.getCurrentThread()
Returns current thread or null. |
JPDAThread |
CallStackFrame.getThread()
Returns thread. |
JPDAThread[] |
JPDAThreadGroup.getThreads()
Returns this thread group's threads. |
Methods in org.netbeans.api.debugger.jpda with parameters of type JPDAThread | |
---|---|
abstract void |
JPDAStep.addStep(JPDAThread tr)
Adds the step request to the associated JPDADebugger . |
Uses of JPDAThread in org.netbeans.api.debugger.jpda.event |
---|
Methods in org.netbeans.api.debugger.jpda.event that return JPDAThread | |
---|---|
JPDAThread |
JPDABreakpointEvent.getThread()
Returns context thread - thread stopped on breakpoint. |
Constructors in org.netbeans.api.debugger.jpda.event with parameters of type JPDAThread | |
---|---|
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. |
Uses of JPDAThread in org.netbeans.spi.debugger.jpda |
---|
Methods in org.netbeans.spi.debugger.jpda with parameters of type JPDAThread | |
---|---|
abstract boolean |
SmartSteppingCallback.stopHere(ContextProvider lookupProvider,
JPDAThread thread,
SmartSteppingFilter f)
This method is called during stepping through debugged application. |
|
org.netbeans.api.debugger.jpda/2 2.4.31 | |||||||||
PREV NEXT | FRAMES NO FRAMES |