Package org.eclipse.ease.lang.python.debugger
package org.eclipse.ease.lang.python.debugger
-
ClassDescriptionInterface for execution tracing in Python.Abstraction interface for frame information in Python.Extension of
IDebugEngine
for Python script engines.Extension ofIScriptRegistry
to also add mapping fromScript
used in EASE world toString
used in Python world.Helper class to have simpler data exchange format between EASE breakpoint information and Python counterpart.Debugger class handling communication between Python and Eclipse.Default implementation ofIPythonScriptRegistry
simply using maps to perform 1:1 mapping.