Groups | Blog | Home
all groups > coldfusion flash integration > may 2006 >

coldfusion flash integration : cftrace & flash remoting


sharmstr14
5/2/2006 9:38:10 PM
Hi All,
I guess the simple question is, what tools can I use to debug CFC when using
flash remoting. Specifically:

I'm trying to modify the Real Estate application tutorial code. I have added
a few more CFCs then the original app had. I'm having problems with the
cftrace tag in that it doesnt work in my cfc's that are called after the
initial page load. I have verifed that cftrace is working, in general, by
putting a few tags that are called during page load. They work fine. Its only
after the page completely loads and a search function is run that any cftrace
tags dont work. Any ideas?

Thanks,
shawn
Diemos
5/12/2006 12:50:51 PM
by adding this line to your flash remoting init script:

var debug = mx.remoting.debug.NetDebug.initialize();

you can then use flash 8 or whichever version you use with flash remoting
installed, go to window/Other Panel/NetConnection Debugger

just have that open and open your page, you will see all the remoting calls of
the application in that window with errors and whatnot.
AddThis Social Bookmark Button