Flex Builder 3:调试器跟踪错误,修复 as 文件时,不断抛出相同的错误,卡在过去
我正在运行我的第一个项目,该项目是用 Flex 构建器编译的。 之前我习惯用flash编译或者flash开发。
有一段时间,它工作得相当顺利。 但是一旦它开始抛出类型错误,我似乎就无法编译更新和保存的动作脚本文件。 看起来好像它一直停留在时间上,并从错误仍然存在的时候开始编译动作脚本文件。
也许我错过了有关配置调试器的任何选项?
I'm running my first project that I'm compiling with flex builder. Before I used to compile with flash or flash develop.
For a while it worked pretty neatly. But as soon as it start throwing typeerrors, I can't seem to compile the updated and saved actionscript files. It seems as if it keeps stuck in time and compiles the actionscript file from when the error was still there.
Perhaps any options I missed regarding configuring the debugger ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您尝试过进行清洁吗? 在 FlexBuilder 的“项目”菜单中,选择“清理”...
Flex 可能是基于临时文件构建的,在这种情况下,进行清理应该会清除它们。
Have you tried doing a Clean? In FlexBuilder, the Project menu, select Clean...
It's possible Flex is building off of temp files, in which case doing a clean should clear them out.
最小化 Eclipse 并查看是否有任何其他窗口潜伏在 IDE 后面,还尝试终止所有会话,并且像 Herms 建议的那样转到 Project->Clean...->YourProject
我确信 Chris 自 08 年以来已经继续前进,但是对于其他人来说,这解决了我的问题。
Minimize Eclipse and see if any other windows are lurking behind the IDE, also try terminating all sessions, and like Herms suggested go to Project->Clean...->YourProject
I'm sure Chris already moved on since '08 but for anyone else this solved the problem for me.