cfScopes
The first bit of this is quite handy, shows you all current CF scopes. Second one someone sent me a while back, can’t quite remember why either but might be useful. Not documented or I’m sure supported so use with care.
<cfset x=getPageContext().getCFScopes()>
x=getPageContext().getPage();
y=getPageContext().getOut();
</div>