I have a flash file that include external ActionScript, I can use trace but what I want is to setup some break points to debug interactively.
Is it possible? And any other workaround if it is not possible?
Thanks
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.
Use fdb from the command-line or with an IDE to set breakpoints and step into files based on line numbers or method names.