Flex Builder,在出现错误时保持 Flash 播放器运行

发布于 2024-07-13 06:12:19 字数 200 浏览 6 评论 0原文

我得到了这个项目,这个错误不断发生,而且我现在无法修复它。 我还有其他优先事项。 对于项目的其余部分来说,这个错误并不是什么大问题 - 但每次当我在 Flex Builder 中启动调试播放器时抛出这个错误,它都会立即关闭播放器。

我是否可以(暂时)关闭错误时关闭 Flashplayer 的“操作”,以便加快工作流程。

这让我很紧张……

I got this project, where there this error keeps occurring and its not on my table to fix it right now. I have other priorities. This error isn't that big deal as well for the rest of the project - but everytime this error gets thrown when I launched the debug player in Flex Builder, it shuts down the player right away.

Is it possible that I can turn off (temporarily) this 'action' of closing my flashplayer on Error so I can speed up my workflow.

It's getting to my nerves...

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

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

发布评论

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

评论(2

枫以 2024-07-20 06:12:19

AFAIK,停止该错误的唯一方法是修复它,或者使用 Flash 播放器的非调试版本。

出于好奇,您遇到的错误是什么? 这个问题需要很长时间才能解决吗?

AFAIK, the only way to stop that error would be to either fix it, or to use a non-debug version of the flash player.

Out of curiosity, what is the error you are getting? And is the problem going to take very long to fix?

裂开嘴轻声笑有多痛 2024-07-20 06:12:19

“立即关闭播放器”是指调试器响应未捕获的异常吗? 如果是这样,您难道不能将有问题的代码包装在 try/catch 块中,以防止调试器停止,然后稍后再返回吗?

By "shuts down the player right away," do you mean the debugger responds to the uncaught exception? If so, couldn't you just wrap the offending code in a try/catch block, to keep the debugger from halting, and go back to it later, maybe?

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