[This is preliminary documentation and is subject to change.]
Traces a debug statement in the code. It also produces stack trace at the output.
The listener finds this function from the stack trace and switches it on.
Namespace:
OfficeClip.UtilsAssembly: OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0
Syntax
| C# |
|---|
public static void DebugStackTrace( string str ) |
| Visual Basic (Declaration) |
|---|
Public Shared Sub DebugStackTrace ( _ str As String _ ) |
| Visual C++ |
|---|
public: static void DebugStackTrace( String^ str ) |
Parameters
- str
- Type: System..::.String
The first string to be printed
