Flash开发+ haxe -- 重复“发生 I/O 错误”错误

发布于 2024-09-16 23:27:30 字数 178 浏览 2 评论 0原文

我收到弹出的小对话框,显示发生 I/O 错误。是什么原因导致这个问题,我应该如何解决这个问题?

编辑:发生的情况是,在我运行 Flash 游戏后,FlashDevelop 将尝试连接到 Flash 调试器,但显然失败并给出上述错误。我有 Firefox 的调试独立播放器和 ActiveX 调试控件。

I'm getting small dialog boxes that pop up saying I/O Error occurred. What causes this, and how should I fix this?

Edit: what happens is that after i run my flash game, FlashDevelop will try to connect to the Flash debugger, but apparently fail and give me the above error. I have both the debug standalone player and the ActiveX debug control for Firefox.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

人生百味 2024-09-23 23:27:30

要使用 haxe/Flash/FlashDevelop 激活交互式调试,您必须添加 fdb 开关和网络沙箱。为此,请打开项目 ->属性->编译器选项->指令并添加以下两行:

fdb
network-sandbox

这应该就是您所需要的。之后,您应该能够设置断点、检查对象字段和局部变量并分析您的代码。

To activate interactive debugging with haxe/Flash/FlashDevelop you have to add the fdb switch and network-sandbox. To do that open Project -> Properties -> Compiler Options -> Directives and add the following two lines:

fdb
network-sandbox

That should be all you need. After that you should be able to set breakpoints, inspect object fields and local variables and profile your code.

孤独陪着我 2024-09-23 23:27:30

我没有 haxe,但我遇到了同样的错误,为了摆脱它,我遵循了 这里的建议

指定调试播放器的路径
(flashplayer_10_sa_debug.exe 或
SDK中的FlashPlayerDebug.exe)中
Flash开发工具>程序设置> FlashViewer

I didn't have haxe, but I had the same error and to get rid of it I followed the advice from here:

Specify the path to the debug player
(flashplayer_10_sa_debug.exe or
FlashPlayerDebug.exe in the SDK) in
FlashDevelop Tools > Program settings > FlashViewer

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文