Package ortus.boxlang.debugger
Interface IBoxLangDebugger
- All Known Implementing Classes:
BoxLangRemoteDebugger
public interface IBoxLangDebugger
Interface for BoxLangDebuggers. Allows us to model both remote and local debug sessions.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addBreakpoint
(String filePath, Breakpoint breakpoint) void
void
void
-
Method Details
-
startDebugSession
void startDebugSession() -
addBreakpoint
-
keepWorking
void keepWorking() -
getAllThreadReferences
List<ThreadReference> getAllThreadReferences() -
initialize
void initialize()
-