Outputs the elements, variables and values of most kinds of CFML objects. Useful for debugging. You can display the contents of simple and complex variables, objects, components, user-defined functions, and other elements. Equivalent to the cfdump tag, useful in cfscript.
writeDump(var [, output] [, format] [, abort] [, label] [, metainfo] [, top] [, show] [, hide] [, keys] [, expand] [, showUDFs])
→ returns void
browser
browser
console
filename
text
html
text
false
true
false
true
true
false
true
true
false
true
true
false
dump()
. Important: If using positional arguments, their order is different with Lucee (https://luceeserver.atlassian.net/browse/LDEV-2045).
writeDump(server);
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.