Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Launch()

static bool System.Diagnostics.Debugger.Launch ( )
inlinestatic

Definition at line 29 of file Debugger.cs.

30 {
31 if (!IsAttached)
32 {
33 return LaunchInternal();
34 }
35 return true;
36 }
static bool LaunchInternal()

References System.Diagnostics.Debugger.IsAttached, and System.Diagnostics.Debugger.LaunchInternal().