I have a flash file that include external ActionScript, I can use trace
but what I开发者_如何学C want is to setup some break points to debug interactively.
Is it possible? And any other workaround if it is not possible?
Thanks
Use fdb from the command-line or with an IDE to set breakpoints and step into files based on line numbers or method names.
精彩评论