com.intellij.debugger.engine.evaluation
Interface EvaluationContext
- All Superinterfaces:
- StackFrameContext
public interface EvaluationContext
- extends StackFrameContext
getDebugProcess
DebugProcess getDebugProcess()
- Specified by:
getDebugProcess in interface StackFrameContext
createEvaluationContext
EvaluationContext createEvaluationContext(com.sun.jdi.Value value)
getSuspendContext
SuspendContext getSuspendContext()
getProject
Project getProject()
getClassLoader
com.sun.jdi.ClassLoaderReference getClassLoader()
throws EvaluateException
- Throws:
EvaluateException