public class DebugValueManager
extends java.lang.Object
Value
instances to the Java-specific original IValue
instances, which are needed for certain tasks when using the Eclipse API, e.g. to inspect a variable or to change
a primitive value.Modifier and Type | Method and Description |
---|---|
void |
addDebugValue(long id,
org.eclipse.debug.core.model.IValue value) |
java.util.Optional<org.eclipse.debug.core.model.IValue> |
getDebugValue(long id) |
static DebugValueManager |
getInstance() |
public static DebugValueManager getInstance()
public void addDebugValue(long id, org.eclipse.debug.core.model.IValue value)
public java.util.Optional<org.eclipse.debug.core.model.IValue> getDebugValue(long id)