Package com.oracle.truffle.api.debug
Class SuspensionFilter
java.lang.Object
com.oracle.truffle.api.debug.SuspensionFilter
A filter to limit the suspension locations. An instance of this filter can be provided to
debugger
session
to step on locations matching this filter only.- Since:
- 0.26
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionfinal class
A builder for creating a suspension filter. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Test if execution of language initialization code is to be ignored.static SuspensionFilter.Builder
Returns a builder for creating a new suspension filter.
-
Method Details
-
newBuilder
Returns a builder for creating a new suspension filter.- Since:
- 0.26
-
isIgnoreLanguageContextInitialization
public boolean isIgnoreLanguageContextInitialization()Test if execution of language initialization code is to be ignored.- Since:
- 0.26
-