Class SuspendedState
java.lang.Object
org.eclipse.epsilon.eol.dap.variables.SuspendedState
Tracks all the information needed to navigate the state of a suspended
program. Users should call
suspended() whenever the program
suspends, to allow it to reset.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetReference(int id) getReference(IEolContext context, SingleFrame sc) getValueReference(IEolContext context, String name, Object value) void
-
Field Details
-
LARGE_COLLECTION_THRESHOLD
public static final int LARGE_COLLECTION_THRESHOLD- See Also:
-
SLICE_SIZE
public static final int SLICE_SIZE- See Also:
-
-
Constructor Details
-
SuspendedState
public SuspendedState()
-
-
Method Details
-
suspended
public void suspended() -
getReference
-
getReference
-
getReferenceId
-
getValueReference
-
putOrGetReference
-