调试 Haxe (ActionScript 3)

发布于 2024-08-04 20:38:01 字数 70 浏览 1 评论 0原文

在 ActionScript 3 上下文中,是否有可靠的 Haxe 调试器?它们是否支持断点、条件断点、监视、局部变量和堆栈?

Are there any reliable debuggers for Haxe out there, in an ActionScript 3 context, and do they support breakpoints, conditional breakpoints, watches, locals and stacks?

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

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

发布评论

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

评论(3

咿呀咿呀哟 2024-08-11 20:38:01

FlashDevelop现在有一个非常好的调试器,它支持haxe AS3。

对于 haxe,必须为每个项目启用它 - 请参阅项目编译器选项中的“启用调试器”。

FlashDevelop has a pretty good debugger now and it supports haxe AS3.

For haxe it must be enabled per project - see 'Enable Debugger' in the Project's Compiler options.

橙幽之幻 2024-08-11 20:38:01

如果我错了,请纠正我,但我相信您可以将 -D fdb 添加到 hxml 构建参数中,然后在 FlashDevelop 中我认为您将能够使用断点等。

但我自己从未尝试过,因为我不在我的 Mac 上运行 FlashDevelop。

Correct me if I'm wrong but I believe you can add -D fdb to the hxml build arguments and then in FlashDevelop I think you will be able to use breakpoints and such.

Never tried it myself though as I don't run FlashDevelop on my Mac.

疏忽 2024-08-11 20:38:01

当您使用 Flow 运行时,只需添加 --debug 标志,如下所示:

haxelib run flow run --debug 

When you run with Flow you just add the --debug flag like this:

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