getDebugTrace

Retrieves the output of the debug trace.

Type and Usage

Output

  • Returns the output of the accumulated debug trace for the page being constructed.

  • Returns an empty string if ScriptDebugTrace has not been set.

Example

Retrieves the output of the debug trace and outputs the information to a page:

<$getDebugTrace()$>

See Also