Flashdevelop + haxe - 重复“发生I / O错误”错误 [英] Flashdevelop + haxe -- repeated "An I/O error has occured" errors

查看:139
本文介绍了Flashdevelop + haxe - 重复“发生I / O错误”错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到一些小对话框,弹出发生I / O错误。是什么导致这种情况,我应该如何解决这个问题?

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

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

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.

推荐答案

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

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.

这篇关于Flashdevelop + haxe - 重复“发生I / O错误”错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆