org.netbeans.spi.debugger.jpda
public abstract class SmartSteppingCallback extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
SmartSteppingCallback.Registration
Declarative registration of a SmartSteppingCallback implementation.
|
Constructor and Description |
---|
SmartSteppingCallback() |
Modifier and Type | Method and Description |
---|---|
abstract void |
initFilter(SmartSteppingFilter f)
Defines default set of smart stepping filters.
|
abstract boolean |
stopHere(ContextProvider lookupProvider,
JPDAThread thread,
SmartSteppingFilter f)
This method is called during stepping through debugged application.
|
public abstract void initFilter(SmartSteppingFilter f)
f
- a filter to be initializedpublic abstract boolean stopHere(ContextProvider lookupProvider, JPDAThread thread, SmartSteppingFilter f)
SmartSteppingCallback
s
returns true.thread
- contains all available information about current position
in debugged applicationf
- a filterBuilt on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.