[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.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
 Syntax
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






