Show / Hide Table of Contents

Class Debugger

The SadConsole debugger class.

Inheritance
object
Debugger
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Debug
Assembly: SadConsole.Debug.MonoGame.dll
Syntax
public static class Debugger

Properties

IsOpened

True when the debugger is currently opened.

Declaration
public static bool IsOpened { get; }
Property Value
Type Description
bool

Methods

Start()

Starts the debugger.

Declaration
public static void Start()

Stop()

Stops the debugger.

Declaration
public static void Stop()

Events

Closed

An event that's raised when the debugger is closed.

Declaration
public static event Action Closed
Event Type
Type Description
Action

Opened

An event that's raised when the debugger is opened. True is passed if it's the first time it's opened.

Declaration
public static event Action<bool> Opened
Event Type
Type Description
Action<bool>
In this article

Back to top

Back to top Generated by DocFX