System.Diagnostics.Debug

WTSupported in traditional Synergy on Windows
WNSupported in Synergy .NET on Windows
USupported on UNIX
VSupported on OpenVMS
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.)