There's a few tools I use: 1) for dynamic e4x at runtime, look up: Michael Labriola's E4x Parser. This allows dynamic runtime analysis of weird e4x debugging issues.
2) FlexSpy, over at Google Code, allows for inspecting a lot of properties of teh visual stuff live. Also has a good filtering system. 3) a good logging framework that's controlled with trace levels. I'm using the Farata systems logger that cost about $100, but there's others out there. With these three tools, I find my need to do a lot of compilation, debugs drastically reduced. I'd love to see if someone has a tool for inspecting the Cairngorm Model in an appllication with filtering and such. --- In [email protected], Sherif Abdou <[EMAIL PROTECTED]> wrote: > > Instead of doing breakpoints and what not, is there a way to see the whole debug variable page live and see all the changes happening during the application cycle or not. I am entering text in a Textinput and i would like to see the text change as i am doing that. > > > ____________________________________________________________________________________ > Be a better friend, newshound, and > know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ >

