| java.lang.Object org.netbeans.spi.debugger.jpda.SmartSteppingCallback
SmartSteppingCallback | abstract public class SmartSteppingCallback (Code) | | Listens on stepping engine and defines classes / places the debugger can
stop in.
author: Jan Jancura |
initFilter | abstract public void initFilter(SmartSteppingFilter f)(Code) | | Defines default set of smart stepping filters. Method is called when
a new JPDA debugger session is created.
Parameters: f - a filter to be initialized |
stopHere | abstract public boolean stopHere(ContextProvider lookupProvider, JPDAThread thread, SmartSteppingFilter f)(Code) | | This method is called during stepping through debugged application.
The execution is stopped when all registerred SmartSteppingCallback s
returns true.
Parameters: thread - contains all available information about current positionin debugged application Parameters: f - a filter true if execution should be stopped on the current position |
|
|