We have this problem before, what I did was setup debug mode, then user add debug=true at end of URL, there will be a new tab add to the UI, in there I add two textAreas, one is log of all the input data, other one is all the output data.
other developers love it, they can see all the data/request in/out, very easy to point out who is the bad guy. :P * Thanks! Willy Ci* * * *e: [email protected] <[email protected]>* *c: 617-606-3437 <http://www.willyci.com/callme.html> * ---------------------- <http://willyci.com/callme.html> 6 X 9 = 42 meaning of life <http://www.wolframalpha.com/input/?i=meaning+of+life> ---------------------- On Mon, Jul 26, 2010 at 1:03 PM, Alex Harui <[email protected]> wrote: > > > Just add your own popup window with a text area and add output to it. > > > > On 7/26/10 4:05 AM, "Clark Stevenson" <[email protected]> wrote: > > > > > > > > > Hi all, > > I work remotely and sometimes the connecting part between myself and my > colleague is awkward since he must asked me to trace output and forward it > to him. > > When you throw a new error and run it online, you see the error in a panel. > > Is it possible to display output in this panel and not just catch errors? > So that my colleague can run the swf, and see the debug information. Just > like a "trace" statement outputs in dev environment? > > Cheers, > > Clark. > > > > > > -- > Alex Harui > Flex SDK Team > Adobe System, Inc. > http://blogs.adobe.com/aharui > > >

