CallStackDump()

Dump the context (stacktrace) of the current position.

CallStackDump( output=string );

Returns: void

Argument Description Default
output
string, optional

Where to send the results of cfdump. The following values are valid:

  • browser: outputs in browser window
  • console: outputs on (System.out stream; see also setting in lucee-server.xml {system-out})
  • filename: outputs in a file

browser

Examples

dump(CallStackDump());

See also