0

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

Ryan
  • 10,041
  • 27
  • 91
  • 156

1 Answers1

0

Use fdb from the command-line or with an IDE to set breakpoints and step into files based on line numbers or method names.

Community
  • 1
  • 1
Paul Sweatte
  • 24,148
  • 7
  • 127
  • 265