public class LocalVariablesUtil
extends java.lang.Object
| Constructor and Description |
|---|
LocalVariablesUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
canSetValues() |
static java.util.Map<DecompiledLocalVariable,com.sun.jdi.Value> |
fetchValues(StackFrameProxyImpl frameProxy,
DebugProcess process,
boolean full) |
static void |
setValue(com.sun.jdi.StackFrame frame,
SlotLocalVariable variable,
com.sun.jdi.Value value) |
public static java.util.Map<DecompiledLocalVariable,com.sun.jdi.Value> fetchValues(StackFrameProxyImpl frameProxy, DebugProcess process, boolean full) throws java.lang.Exception
java.lang.Exceptionpublic static boolean canSetValues()
public static void setValue(com.sun.jdi.StackFrame frame,
SlotLocalVariable variable,
com.sun.jdi.Value value)
throws EvaluateException
EvaluateException