Class DebuggerFactory
Inheritance
System.Object
DebuggerFactory
Assembly: Cosmos.Debug.Kernel.dll
Syntax
public class DebuggerFactory : object
Fields
|
Improve this Doc
View Source
WriteToConsole
Declaration
public static bool WriteToConsole
Field Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
CreateDebugger(String, String)
Declaration
public static Debugger CreateDebugger(string aRing = "", string aSection = "")
Parameters
Type |
Name |
Description |
System.String |
aRing |
|
System.String |
aSection |
|
Returns