I have Firefox 3.6.15 with Flash debug version 10.3. Whenever an error occurs, there is a popup error and stack trace but it does not have the number of cards in the stack trace, which makes it more difficult to debug it.
How to configure any idea how to actually show line numbers?
I think it may be related to how I compile my Flash application? (I think!) I use Eclipse FDT 4.2 for compilation and I add the following compiler flags:
-debug = true -compiler.verbose-stacktraces I think these parameters should be sufficient, but I could be wrong.
Thank you!
I'm afraid this is a limit on the compiler. Sometimes you will get errors without line numbers because the error comes from SWC (which is already compiled with the code) or your error is related to some, which is difficult to obtain the line number (for example CSS Syntax error).
The good news is, Adobe is currently re-exploiting the compiler and should be better in the upcoming versions of Flex.
Comments
Post a Comment