public class StackFramesEvent extends AbstractEvent implements IDebuggerEvent
Constructor and Description |
---|
StackFramesEvent(List<IScriptDebugFrame> debugFrames,
Thread thread) |
Modifier and Type | Method and Description |
---|---|
List<IScriptDebugFrame> |
getDebugFrames() |
Thread |
getThread() |
toString
public StackFramesEvent(List<IScriptDebugFrame> debugFrames, Thread thread)
public List<IScriptDebugFrame> getDebugFrames()
public Thread getThread()