System.Diagnostics.Debug

E697483

System.Diagnostics.Debug is a .NET class that provides methods for emitting debug information and assertions during application development and troubleshooting.

All labels observed (2)

Label Occurrences
System.Diagnostics.Debug canonical 3
System.Diagnostics.Debug.dll 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf .NET class ⓘ
debugging utility ⓘ
assembly System.Diagnostics.Debug.dll ⓘ
System.dll ⓘ
configurationControl DEBUG conditional attribute ⓘ
defaultListener System.Diagnostics.DefaultTraceListener ⓘ
designTimeUsage used during development ⓘ
framework .NET 5+ ⓘ
.NET Core ⓘ
.NET Framework ⓘ
language C# ⓘ
method Assert(bool) ⓘ
Assert(bool,string) ⓘ
Assert(bool,string,string) ⓘ
Close() ⓘ
Fail(string) ⓘ
Fail(string,string) ⓘ
Flush() ⓘ
Indent() ⓘ
Unindent() ⓘ
Write(object) ⓘ
Write(string) ⓘ
Write(string,string) ⓘ
WriteIf(bool,string) ⓘ
WriteLine(object) ⓘ
WriteLine(string) ⓘ
WriteLine(string,string) ⓘ
WriteLineIf(bool,string) ⓘ
namespace System.Diagnostics ⓘ
outputTarget IDE output window ⓘ
attached debugger ⓘ
trace listeners ⓘ
platform Linux ⓘ
Windows ⓘ
macOS ⓘ
property AutoFlush ⓘ
IndentLevel ⓘ
IndentSize ⓘ
Listeners ⓘ
purpose assist application troubleshooting ⓘ
emit debug information ⓘ
support assertions ⓘ
relatedClass System.Diagnostics.EventLog ⓘ
linked to: System.Diagnostics

System.Diagnostics.Trace ⓘ
System.Diagnostics.TraceSource ⓘ
runtimeBehavior calls are included only in DEBUG builds by default ⓘ
methods are conditionally compiled with DEBUG symbol ⓘ
staticType true ⓘ
threadSafety static members are thread-safe ⓘ
usesListenerType System.Diagnostics.TraceListener ⓘ

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

System → containsType → System.Diagnostics.Debug ⓘ
System.Diagnostics.Debug → assembly → System.Diagnostics.Debug.dll ⓘ
linked to: System.Diagnostics.Debug
System.Diagnostics.Trace → relatedTo → System.Diagnostics.Debug ⓘ
System.Diagnostics → containsClass → System.Diagnostics.Debug ⓘ