|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | CrossThreadDependencyNotification |
Public Member Functions | |
| static bool | IsLogging () |
Static Public Member Functions | |
| static void | Break () |
| static bool | Launch () |
| static void | NotifyOfCrossThreadDependency () |
| static void | Log (int level, string? category, string? message) |
Static Public Attributes | |
| static readonly? string | DefaultCategory |
Properties | |
| static bool | IsAttached [get] |
Private Member Functions | |
| static void | BreakInternal () |
| static bool | LaunchInternal () |
| static void | LogInternal (int level, string category, string message) |
| static void | CustomNotification (ICustomDebuggerNotification data) |
Static Private Member Functions | |
| static void | NotifyOfCrossThreadDependencySlow () |
Definition at line 6 of file Debugger.cs.