CallStackDump()
Dump the context (stacktrace) of the current position.
CallStackDump( output=string );
Returns: void
| Argument | Description | Default |
|---|---|---|
|
output
string,
optional
|
edit
Where to send the results of cfdump. The following values are valid:
|
browser |
Examples
editdump(CallStackDump());
See also
- Debugging
- CallStackGet()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)