Debugger Class
Definition
Section titled “Definition”The SadConsole debugger class.
public static class DebuggerInheritance object
Properties
Section titled “Properties”IsOpened
Section titled “IsOpened”True when the debugger is currently opened.
public static bool IsOpened { get; }Methods
Section titled “Methods”Start()
Section titled “Start()”Starts the debugger.
public static void Start()Stop()
Section titled “Stop()”Stops the debugger.
public static void Stop()Events
Section titled “Events”Opened
Section titled “Opened”An event that’s raised when the debugger is opened. True is passed if it’s the first time it’s opened.
public static event Action<bool> OpenedEvent Type
Section titled “Event Type”Closed
Section titled “Closed”An event that’s raised when the debugger is closed.
public static event Action Closed