问题描述
我想在几年使用Flex Builder中的第一次。我没有使用运行应用程序选项前,当我这样做,现在它告诉我,我是否应该继续,在需要的项目存在错误。我想调试这些错误。
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:当我点击调试按钮,它完全一样的东西。我看不出在控制台视图中的错误输出。
PS: When I click the "Debug" button, it does exactly the same thing. I don't see error output in the console views.
推荐答案
确保问题的看法是开放(窗口 - >显示视图 - >问题)。
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.
这篇关于如何调试在Flex Builder ActionScript项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!