actionscript-3 - Flash Builder 调试器错误 : Flash builder failed to connect to running application

标签 actionscript-3 flex4 flash-builder

我正在尝试一个简单的事件处理代码。我在事件的 ActionScript 代码行上应用了断点。我想查看调试窗口以检查生成了哪个事件。它没有显示任何错误,但每当我单击调试按钮时,我都会遇到以下问题

The Flash Builder debugger failed to connect to the running application. Ensure that:

  1. For in-browser applications, you are running the debugger version of Flash Player.
  2. For network debugging on a mobile device, you have a reliable network connection to the device, and port 7935 is open on your machine's firewall.

我的项目在浏览器中运行正常,显示了所需的输出,但它显示我启动失败的对话框并出现上述错误。请帮忙

最佳答案

你可以尝试的另一件事对我有用,但上面没有 - 在 Flex Compiler 的项目属性中,取消勾选生成 HTML 包装文件,应用它,然后再次勾选它并再次应用。似乎以某种方式清理/重置项目,而“清理项目”则没有。

关于actionscript-3 - Flash Builder 调试器错误 : Flash builder failed to connect to running application,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10314673/

相关文章:

actionscript-3 - 遍历项目变量

apache-flex - DataGrid 中的 buttonMode 和 useHandCursor 属性不起作用

actionscript-3 - 如何在 Flash Builder 中使用 TLFTextField?

flash - 在 Flash Builder 中将 Namespace 降低到 2.6

apache-flex - AS3大型游戏性能随时间下降

actionscript-3 - 从 Flash 请求带有 + 号的 URL

css - 闪存生成器 4.6 : Design view not working with flatspark theme

actionscript-3 - 是否有一个Flex组件可以裁剪超出其边界的任何图形?

css - 使用Flex4,如何制作我的外部主题,如何使用它?

actionscript-3 - flash builder mobile,正确使用 PersistenceManager?