Hi
In order to debug I would like to dump certain variables on to my web page. How to do that from inside a cfscript tag?
I tried the following but it ain't work-
<cfscript>
...
<cfif cgi.REMOTE_ADDR eq "IP">
<cfdump var="#var1#"><br/>
</cfif>
...
</cfscript>
Any clues on what can be done?
cheers