AIR - 抑制调试应用程序中的错误消息?

发布于 2024-12-11 20:14:36 字数 215 浏览 0 评论 0原文

在打包的 AIR 应用程序中,我需要将一个名为 debug 的文件添加到 C:\Program Files (x86)\The App\META-INF\AIR\debug 以用于软件“正确”运行 - 我认为这是一个数据库错误,但目前我无法找到解决它的方法。

是否可以添加此调试标志,但要抑制/隐藏另一个可能但未知的错误中可能出现的任何模式错误框?

In a packaged AIR app, I need to add a file called debug to C:\Program Files (x86)\The App\META-INF\AIR\debug for the software to function 'correctly' - I think it is a database error but I can not find anyway to solve it at the moment.

Is it possible to add this debug flag, but to suppress/hide any modal error boxes that may appear from another possible yet unknown bug?

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

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

发布评论

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

评论(1

海未深 2024-12-18 20:14:36

不确定我完全理解你的问题。如果您需要的是仅在调试模式下运行应用程序时发生的某些特定行为,请查看条件编译,例如 此处

但同样,不确定我是否完全理解你的问题!

Not sure I fully understand your problem. If what you need is some specific behavior only happening when you run the app in debug mode, then take a look to conditional compilation for example here.

But again, unsure I fully understand your problem!

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