|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides the ability to perform a filtered step. Implementations must be non- blocking. Filter implementation is debug model specific and may not be supported by all debug models.
Clients may implement this interface.
Method Summary | |
boolean |
canStepWithFilters()
Returns whether this element can currently perform a filtered step into. |
void |
stepWithFilters()
Steps into the current statement, generating RESUME
and SUSPEND events for the associated thread, applying step
filters, as applicable for the associated thread. |
Methods inherited from interface org.eclipse.debug.core.model.IStep |
canStepInto, canStepOver, canStepReturn, isStepping, stepInto, stepOver, stepReturn |
Method Detail |
public boolean canStepWithFilters()
public void stepWithFilters() throws DebugException
RESUME
and SUSPEND
events for the associated thread, applying step
filters, as applicable for the associated thread. Can only be called when
the associated thread is suspended. Implementations must implement
stepping as non- blocking.DebugException
- on failure. Reasons include:
|
Eclipse Platform 2.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |