public class DebuggerContextUtil
extends java.lang.Object
Constructor and Description |
---|
DebuggerContextUtil() |
Modifier and Type | Method and Description |
---|---|
static DebuggerContextImpl |
createDebuggerContext(DebuggerSession session,
SuspendContextImpl suspendContext) |
static SourcePosition |
findNearest(DebuggerContextImpl context,
PsiElement psi,
PsiFile file) |
static void |
setStackFrame(DebuggerStateManager manager,
StackFrameProxyImpl stackFrame) |
static void |
setThread(DebuggerStateManager contextManager,
ThreadDescriptorImpl item) |
public static void setStackFrame(DebuggerStateManager manager, StackFrameProxyImpl stackFrame)
public static void setThread(DebuggerStateManager contextManager, ThreadDescriptorImpl item)
public static DebuggerContextImpl createDebuggerContext(DebuggerSession session, SuspendContextImpl suspendContext)
public static SourcePosition findNearest(DebuggerContextImpl context, PsiElement psi, PsiFile file)