Package org.eclipse.ease.lang.python.debugger
-
Interface Summary Interface Description ICodeTracer Interface for execution tracing in Python.IPyFrame Abstraction interface for frame information in Python.IPythonDebugEngine Extension ofIDebugEngine
for Python script engines.IPythonScriptRegistry Extension ofIScriptRegistry
to also add mapping fromScript
used in EASE world toString
used in Python world. -
Class Summary Class Description PythonBreakpoint Helper class to have simpler data exchange format between EASE breakpoint information and Python counterpart.PythonDebugger Debugger class handling communication between Python and Eclipse.PythonEventDispatchJob PythonScriptRegistry Default implementation ofIPythonScriptRegistry
simply using maps to perform 1:1 mapping.ResourceHelper