Is there a way to increase the max limit(lines) of the console in Flash Builder?
I need to be able to output some large xml str开发者_开发问答ings, and they are getting cutoff.
Since Flash Builder is based on Eclipse, you can change that setting by going to Prefrences (Flash Builder -> Preferences or Window -> Preferences depending on your platform).
Next, go to Run/Debug -> Console. Turn off limiting of console output.
Flash Builder console scrolls, but was Teddy is referring to is that FB's console has a limit. It doesn't display the entire log. You can just view the flashlog.txt file to see everything. If ur on OSX u can open terminal and type "tail -f /path/to/flashlight.txt" and you can browse the trace output in Terminal. You can also see trace output from SWFs online with tail command.
精彩评论