在 ExtendScript for Flash CS5 中调试 jsfl

发布于 2024-12-15 08:32:08 字数 236 浏览 5 评论 0原文

这完全是菜鸟问题,但我试图弄清楚如何调试我创建的一些 JSFL,当代码在 Flash CS5 文件上运行时单步执行它。 ExtendScript 中的“调试”菜单下拉列表“运行”变灰...

如果我双击该文件,它将在 Flash 中运行,并且输出显示在“输出”选项卡中。但我想在调试模式下单步执行代码,并在针对当前打开的 Flash 文件执行时观察变量的值。

这可能吗?有没有其他方法可以做到这一点?

提前致谢!

This is a total noob question, but I'm trying to figure out how I can debug some JSFL that I created, stepping through it as the code runs on a Flash CS5 file. The DEBUG menu dropdown in ExtendScript has "run" grayed out...

If I double click the file, it runs in Flash and the output shows in the Output tab. But I want to step through my code in debug mode and watch the values of variables as it executes against the currently open Flash file.

Is this possible? Is there an alternative way of doing this?

Thanks in advance!

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

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

发布评论

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

评论(1

擦肩而过的背影 2024-12-22 08:32:08

如果你想通过Flash编辑JSFL文件,你需要通过文件>打开它。打开,而不是通过双击打开。
对于“调试”,我建议使用 fl.trace("some text inquotes " + orScriptVars)

If u wanna edit JSFL file by Flash, u need open it by File > Open, not by dbl click.
For "debuging" i suggest to use fl.trace("some text in quotes " + orScriptVars)

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