如何启用Flash调试器?

时间:2011-01-15 05:16:41

标签: flash debugging

无法在任何地方找到解决方案。

我从http://www.adobe.com/support/flashplayer/downloads.html安装了Flash调试器投影仪,但是当我在Flash Pro CS5中调试SWF(启用调试)时,调试器仍然无法运行。

任何人都知道发生了什么事?

感谢您的帮助。

克里斯

1 个答案:

答案 0 :(得分:7)

我认为您无法调试SWF,因为它们不包含ActionScript代码。但是,如果在.cfg文件中启用TraceOutputFileEnable=1,则可以从SWF获取跟踪到文件中。有关此处可能有用的更多信息:http://www.actionscript.org/resources/articles/207/1/Trace-and-debug-ActionScript-from-your-browser/Page1.html和此处http://fatlinesofcode.philipandrews.org/2009/03/28/actionscript-debugging-within-the-browser/

另请查看此FireFox插件:https://addons.mozilla.org/en-US/firefox/addon/flashtracer/

另一个选项是Flash IDE中的Begin Remote Debug Session。当SWF在浏览器中打开时,跟踪将出现在IDE的“输出”窗口中。

如果您可以访问代码,可以尝试使用De MonsterDebugger(它需要在SWF中实现其类)http://demonsterdebugger.com/