如何在 Flex 构建器中调试 Actionscript 项目?

发布于 2024-09-18 15:13:16 字数 164 浏览 5 评论 0原文

我多年来第一次尝试使用 Flex 构建器。我以前没有使用过“运行应用程序”选项,现在当我这样做时,它会告诉我“所需项目中存在错误”以及我是否应该继续。我想调试这些错误。

有谁知道我该怎么做?

PS:当我单击“调试”按钮时,它会执行完全相同的操作。我在控制台视图中没有看到错误输出。

I am trying to use Flex builder for the first time in years. I haven't used the "Run Application" option before, and when I do that now it tells me "Errors exist in required projects" and whether I should proceed. I would like to debug those errors.

Does anyone know how I can do that?

PS: When I click the "Debug" button, it does exactly the same thing. I don't see error output in the console views.

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

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

发布评论

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

评论(2

平生欢 2024-09-25 15:13:16

该错误消息可能与编译(源)错误有关。
您需要先更正它们,然后才能调试或运行。
如果您要求继续,则项目将按照上次良好编译后的状态执行。
如果从来没有一个好的编译,那么什么都不会执行。

The error message is probably related to compilation (source) errors.
You need to correct them before you can debug or run.
If you ask to proceed, the project is executed as it was after the last good compilation.
If there was never a good compilation, then nothing will execute.

微凉 2024-09-25 15:13:16

这是有关调试的详细说明

http://www.adobe.com/livedocs/flex/1/flex_builder_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Using_Flex_Builder&file=brady318.htm

所需项目中存在错误

要解决此问题,请尝试在 Windows 安装的 Drive Eg 中重新安装 Flex 构建器。 C:\(不确定是否有效)

在 Windows 菜单中 菜单 >问题,可以得到所有项目文件中所有问题的汇总

here is a detailed description about debugging

http://www.adobe.com/livedocs/flex/1/flex_builder_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Using_Flex_Builder&file=brady318.htm

Errors exist in required projects

To solve this problem try re-installing your Flex builder in your Windows installed Drive Eg. C:\ (not sure if it will work)

In Windows Menu Menu > Problems , you can get a summary of all problems in all project files

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