如何在 Flex 构建器中调试 Actionscript 项目?
我多年来第一次尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保问题视图已打开(窗口 -> 显示视图 -> 问题)。
这将向您显示在启动项目之前需要修复哪些存在的编译错误。
Ensure the Problems view is open (Window -> Show View -> Problems).
That will show you what compilation errors exist that need to be fixed before you can launch the project.
是的,在修复编译时错误之前,您将无法启动该程序。
打开“问题”窗格,修复编译错误,然后程序将运行。
Yes, you will not be able to launch the program until you fix the compile-time errors.
Open the 'Problems' pane, fix compile errors, and then the program will run.