18 .UseDebuggerExtensions()
40 return runtime.UseDebuggerExtensions()
Exposes the BadScript Runtime Functionality to Consumers.
BadRuntime UseDebugger(IBadDebugger debugger)
Configures the Runtime to use the specified Debugger.
Implements a Simple Console Debugger.
Debugger Extensions for the BadScript Runtime.
static BadRuntime UseDebuggerExtensions(this BadRuntime runtime)
Configures the Runtime to use the Debugger Extensions.
static BadRuntime UseConsoleDebugger(this BadRuntime runtime)
Configures the Runtime to use the Console Debugger.
static BadRuntime UseScriptDebugger(this BadRuntime runtime, string? debuggerPath=null)
Configures the Runtime to use the Script Debugger.
Implements Interop Extensions for the Debugger Objects.
Implements a Scriptable Debugger.
Contains the scriptable debugger implementation for the BadScript2 Runtime.
Contains the debugger implementations for the BadScript2 Runtime.