public class PythonDebugger.PythonDebugFrame extends ScriptDebugFrame implements IScriptDebugFrame
ScriptDebugFrame
parsing the data from IPyFrame
to more usable format.TYPE_FILE, TYPE_FUNCTION
Constructor and Description |
---|
PythonDebugFrame(IPyFrame frame)
Constructor parses information from
IPyFrame to correct parameters for ScriptDebugFrame.ScriptDebugFrame(Script, int, int) . |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
Map<String,Object> |
getVariables() |
getLineNumber, getScript, getType, getVariables, setLineNumber
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLineNumber, getScript, getType, getVariables, setLineNumber
public PythonDebugFrame(IPyFrame frame)
IPyFrame
to correct parameters for ScriptDebugFrame.ScriptDebugFrame(Script, int, int)
.frame
- IPyFrame
with information about the current execution frame.public String getName()
getName
in interface IScriptDebugFrame
getName
in class ScriptDebugFrame
public Map<String,Object> getVariables()
getVariables
in interface IScriptDebugFrame
getVariables
in class ScriptDebugFrame