Interface | Description |
---|---|
ICodeTracer |
Interface for execution tracing in Python.
|
IPyFrame |
Abstraction interface for frame information in Python.
|
IPythonDebugEngine |
Extension of
IDebugEngine for Python script engines. |
Class | Description |
---|---|
PythonDebugger |
Debugger class handling communication between Python and Eclipse.
|
ResourceHelper |