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).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.