System.Diagnostics.Debug

Help debug code

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
namespace System.Diagnostics
public class Debug

The Debug class provides methods to help debug code.

Methods

WriteLine

public static WriteLine(object)

Writes the contents of the object (alpha) to the debug console when debugging. (If you’re not debugging, nothing happens.)