Public facing interface for a logger.
static void Warn(string message)
Writes a Warning to the Message Handler.
Public Debugger Interface.
static ? IBadDebugger s_Debugger
The currently attached debugger.
static void Step(BadDebuggerStep stepInfo)
Sends a step event to the debugger.
static bool IsAttached
True if a debugger is attached.
static void Attach(IBadDebugger debugger)
Attaches a debugger to the system.
static void Detach()
Detaches the debugger from the system.
Gets thrown by the runtime.
Defines the Debugging Interface.
void Step(BadDebuggerStep stepInfo)
Gets called on every step when the Debugger is attached.
Contains Logging system for the BadScript Runtime.
Contains the debugging abstractions for the BadScript2 Runtime.
Contains the Error Objects for the BadScript2 Language.
Represents a Debugging Step.