开发者

Is there a way to increase the max limit(lines) of the console in Flash Builder?

开发者 https://www.devze.com 2023-03-31 00:32 出处:网络
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 Builde

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消