vote up 0 vote down star

Is it possible to attach a debugger to an AIR process like it is in Java? What's the best option for me to debug an AIR application that must be done in production (will not work in FlexBuilder due tom some integration issues).

flag

52% accept rate
What problem are you facing with FB3? – dirkgently Mar 4 at 16:31

1 Answer

vote up 0 vote down

There's a new debugger called De MonsterDebugger. A bunch of blog posts mention it as promising so it might be worth checking out.

Too add to that: for logging, you can use the Flex framework logging API to create a custom ILoggingTarget implementation that writes to an XML socket or to a file for instance.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.