[This is preliminary documentation and is subject to change.]

Traces a debug statement in the code. This works only if the Debug switch is set in the code.

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static void Debug(
	string str
)
Visual Basic (Declaration)
Public Shared Sub Debug ( _
	str As String _
)
Visual C++
public:
static void Debug(
	String^ str
)

Parameters

str
Type: System..::.String
The string to be printed

See Also