Package | Description |
---|---|
org.netbeans.api.debugger.jpda |
JPDA Debugger APIs provide representation of JDI functionality.
|
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 |
---|---|
abstract SmartSteppingFilter |
JPDADebugger.getSmartSteppingFilter()
Returns instance of SmartSteppingFilter.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
SmartSteppingCallback.initFilter(SmartSteppingFilter f)
Defines default set of smart stepping filters.
|
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. |
abstract boolean |
SmartSteppingCallback.stopHere(ContextProvider lookupProvider,
JPDAThread thread,
SmartSteppingFilter f)
This method is called during stepping through debugged application.
|