Beef Corlib
Public Member Functions | Static Public Member Functions | Properties | List of all members
System.Diagnostics.Debug Class Reference

Public Member Functions

static void Break ()
 

Static Public Member Functions

static void Assert (bool condition, String error=Compiler.CallerExpression[0], String filePath=Compiler.CallerFilePath, int line=Compiler.CallerLineNum)
 
static void FatalError (String msg="Fatal error encountered", String filePath=Compiler.CallerFilePath, int line=Compiler.CallerLineNum)
 
static void AssertNotStack (Object obj)
 
static void Write (String line)
 
static void Write (StringView sv)
 
static void Write (String fmt, params Object[] args)
 
static void Write (Object obj)
 
static void WriteLine ()
 
static void WriteLine (StringView line)
 
static void WriteLine (StringView strFormat, params Object[] args)
 
static void SafeBreak ()
 
static void WriteMemory (Span< uint8 > mem)
 
static void WriteMemory< T > (T result)
 

Properties

static bool IsDebuggerPresent [get]