AlBirdie
AlBirdie

Reputation: 2071

Real time console output in application via trace

Is it somehow possible to output the traces in a deployed application to a display element? I'm aware of the debug deploy in Flash Builder, but unfortunately I can't convince my iPad to work with that, so a real time trace output in my application would be really great.

Edit: On second thought, a full console output would probably be best. The flash console kostik suggested looks pretty good, so making it display the console output would be ideal.

Upvotes: 1

Views: 1380

Answers (2)

imp
imp

Reputation: 1130

Highly recomend monsterdebugger and flash-console however sometimes you just need to integration offered by an ide. Flash develop has some nice debugging features however I have come to love Intellij Idea's new features for flash debugging. Here is a peek of some recent gems http://blogs.jetbrains.com/idea/2011/12/features-of-flex-debugger/

Upvotes: 1

Related Questions