Interface IBoxLangDebugger

All Known Implementing Classes:
BoxLangRemoteDebugger

public interface IBoxLangDebugger
Interface for BoxLangDebuggers. Allows us to model both remote and local debug sessions.
  • Method Details

    • startDebugSession

      void startDebugSession()
    • addBreakpoint

      void addBreakpoint(String filePath, Breakpoint breakpoint)
    • keepWorking

      void keepWorking()
    • getAllThreadReferences

      List<ThreadReference> getAllThreadReferences()
    • initialize

      void initialize()