Interface IPythonDebugEngine

All Superinterfaces:
IDebugEngine, IScriptEngine
All Known Implementing Classes:
Py4jDebuggerEngine

public interface IPythonDebugEngine
extends IDebugEngine
Extension of IDebugEngine for Python script engines.
  • Method Details

    • setDebugger

      void setDebugger​(PythonDebugger debugger)
      Sets the PythonDebugger for the debug engine.
      Parameters:
      debugger - PythonDebugger to be used.