com.intellij.debugger
Interface DebuggerContext

All Superinterfaces:
StackFrameContext

public interface DebuggerContext
extends StackFrameContext


Method Summary
 Project getProject()
           
 SuspendContext getSuspendContext()
           
 
Methods inherited from interface com.intellij.debugger.engine.StackFrameContext
getDebugProcess, getFrameProxy
 

Method Detail

getSuspendContext

SuspendContext getSuspendContext()

getProject

Project getProject()