Railo 4.2 Reference
Choose a function:

Function CALLSTACKDUMP

dump the context (stacktrace) of the current position.

Example

callstackdump([string output]):void

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
output string  No 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 railo-server.xml {system-out})
  • filename: outputs in a file