In PHP for example you can do:
<?= var_dump($myVariable); ?>
And see a dump of the entire variable with all it's available properties. How can you do this in a coldfusion template with a .cfm
extension (in other words in the view layer not controller)?