为什么我的 Flex Builder 不会显示错误?
我安装了flex builder 3,它从不显示即时错误,要查看错误,我需要运行应用程序..这个构建器有什么问题?需要安装什么额外的插件吗?
i installed flex builder 3,it never shows immediage error,to see errors i need to run appliction..what prob with this builder? need to be installed any extra plugins ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须构建一个项目才能看到其中的错误 - 单击
Project
菜单中的Build Project
或Build All (Ctrl-B)
选项来做这个。勾选
项目
菜单中的自动构建
选项,以便每次在项目中保存关联文件时自动构建项目。You have to build a project to see errors in it - click
Build Project
orBuild All (Ctrl-B)
option in theProject
menu to do this.Tick the
Build Automatically
option in theProject
menu to auto-build the project every time you save an associated file in the project.