Eclipse在运行、调试之前不保存文件,
通常,Eclipse 在开始调试或运行 ant 脚本之前会保存未保存的文件。这不再起作用了。
一般->勾选构建之前安全。我已经清理了项目并重新启动了 Eclipse。我缺少什么?
Normally Eclipse saves my unsaved files before starting to debug or run a ant script. This isn't working anymore.
The general -> safe before build is ticked. I have cleaned the project and restarted Eclipse. What am I missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
FailedDev 向我指出了一个讨论此类问题的帖子。进入窗口 ->首选项->运行/调试->发射->保存肮脏...成功了。
FailedDev pointed me to a thread talking about these kind of issue. Going under Window -> Preferences -> run/debug -> launch -> save dirty... did the trick.
最近,这种情况发生在我身上,我发现在 Ubuntu 13.4 上运行的 eclipse 3.8.1 上真的很烦人。下面的技巧修复了它。
窗口->首选项->运行/调试->发射>检查选项:启动前构建(如果需要)
Recently this was happening to me which I found really really annoying on my eclipse 3.8.1 running on Ubuntu 13.4. Below trick fixed it.
Window -> Preferences -> run/debug -> launching > check the optoin: Build (if required) before launching