IStepFilters
instead@Deprecated public interface IFilteredStep extends IStep
Clients may implement this interface.
Modifier and Type | Method and Description |
---|---|
boolean |
canStepWithFilters()
Deprecated.
Returns whether this element can currently perform a filtered step into.
|
void |
stepWithFilters()
Deprecated.
Steps into the current statement, generating
RESUME
and SUSPEND events for the associated thread, applying step
filters, as applicable for the associated thread. |
canStepInto, canStepOver, canStepReturn, isStepping, stepInto, stepOver, stepReturn
boolean canStepWithFilters()
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:
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.