Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public interface IFilteredStep extends IStep {
*
* @return whether this element can currently perform a filtered step into
*/
@Deprecated
boolean canStepWithFilters();
/**
* Steps into the current statement, generating <code>RESUME</code>
Expand All @@ -46,5 +47,6 @@ public interface IFilteredStep extends IStep {
* <li>NOT_SUPPORTED - The capability is not supported by the target</li>
* </ul>
*/
@Deprecated
void stepWithFilters() throws DebugException;
}
Loading