How can I debug an Actionscript project in Flex builder?

霸气de小男生 提交于 2020-01-06 06:50:45

问题


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.


回答1:


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.




回答2:


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.



来源:https://stackoverflow.com/questions/3669960/how-can-i-debug-an-actionscript-project-in-flex-builder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!