public interface IPythonDebugEngine extends IDebugEngine
IDebugEngine
for Python script engines.TRACE_SCRIPT_ENGINE
Modifier and Type | Method and Description |
---|---|
void |
setDebugger(PythonDebugger debugger)
Sets the PythonDebugger for the debug engine.
|
getExceptionStackTrace, getStackTrace, getVariables, removeVariable, setupDebugger
addExecutionListener, addSecurityCheck, executeAsync, executeSync, getDescription, getErrorStream, getExecutedFile, getInputStream, getName, getOutputStream, getVariable, getVariables, hasVariable, inject, injectUI, isFinished, join, registerJar, removeExecutionListener, removeSecurityCheck, schedule, setCloseStreamsOnTerminate, setErrorStream, setInputStream, setOutputStream, setVariable, terminate, terminateCurrent
void setDebugger(PythonDebugger debugger)
debugger
- PythonDebugger
to be used.