Class BoxLangRemoteDebugger

java.lang.Object
ortus.boxlang.debugger.BoxLangRemoteDebugger
All Implemented Interfaces:
IBoxLangDebugger

public class BoxLangRemoteDebugger extends Object implements IBoxLangDebugger
Listens on the provided port to allow connections from a debug tool. Each time a client connects a new DebugAdapter will be initialized and used to marshal DAP messages.