Package | Description |
---|---|
org.netbeans.spi.debugger.jpda |
JPDA Debugger SPIs defines support for Smart Stepping, Variables Filtering
and filtering of all Debugger Views.
|
Modifier and Type | Method and Description |
---|---|
static SmartSteppingCallback.StopOrStep |
SmartSteppingCallback.StopOrStep.skip()
Express the necessity to skip the given location,
using whatever the default debugger action is at the moment.
|
static SmartSteppingCallback.StopOrStep |
SmartSteppingCallback.StopOrStep.step(int stepSize,
int stepDepth)
Express the necessity to perform a step at the given location.
|
static SmartSteppingCallback.StopOrStep |
SmartSteppingCallback.StopOrStep.stop()
Express the possibility to stop.
|
SmartSteppingCallback.StopOrStep |
SmartSteppingCallback.stopAt(ContextProvider lookupProvider,
CallStackFrame frame,
SmartSteppingFilter f)
This is an enhanced version of former
SmartSteppingCallback.stopHere(org.netbeans.spi.debugger.ContextProvider, org.netbeans.api.debugger.jpda.JPDAThread, org.netbeans.api.debugger.jpda.SmartSteppingFilter)
method, which is called during stepping through debugged application. |