Flex Builder 3 调试跟踪输出
我已经在我的计算机上安装了 Flex Builder 3 和 Flash Player 10。
我不知道跟踪输出去哪里,因为我只是看不到它(我尝试了调试和输出窗口)。
而且断点也没有命中。
I have installed Flex Builder 3 and Flash Player 10 on my machine.
I don't know where the trace output goes because I just don't see it (I tried debug and output windows).
Also the breakpoints don't hit.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Salut Omule :)
如果你按“调试”图标(错误的东西)或转到“运行”>“调试您应该进入“调试”视角。
如果可以方便地安装Firefox 的 Flash Tracer 插件来查看浏览器中的痕迹。
首先,您需要确保您拥有 Flash Player 10 的调试版本。您可以通过使用 此测试。
Salut Omule :)
If you press the Debug Icon(the bug thingy) or go to Run > Debug you should go to the Debugging perspective.
If might be handy to install the Flash Tracer plugin for Firefox to see your traces from the browser.
First you need to make sure you have the Debug version of Flash Player 10. You can do that by checking is Debugging is true using this test.
您可以在控制台(菜单栏 - 窗口 - 控制台)中查看跟踪消息。
但既然你说断点没有被击中,我想问题出在其他地方。确保您正在调试而不是运行应用程序(从“运行”菜单中选择“调试”或在相应的 mxml 文件中按 F11)。
如果这没有帮助,并且您使用的是 Firefox,请尝试卸载您安装的最后一个插件。一些插件(包括旧版本的 google 工具栏和 adblock plus)已知会阻止 swf 连接到 Flex 构建器的调试器。
You can view traced messages in the console (Menubar - Window - Console).
But since you said that breakpoints are not hit, I guess the problem is somewhere else. Make sure that you are debugging instead of running the app (select Debug from the Run menu or just hit F11 while at the corresponding mxml file).
If that doesn't help, and if you are on Firefox, try uninstalling the last addon that you installed. Some addons (including older versions of google toolbar and adblock plus) have known to block swfs from connecting to the flex builder's debugger.