Eclipse的奇怪行为

时间:2010-12-02 12:45:21

标签: eclipse compiler-construction compilation

我在使用Eclipse时遇到了一些问题:

有时候,在我开始更改代码并再次编译之后,我编写代码并编译它并完成所有工作,但是Eclipse没有做任何事情。
仅在我删除文件夹 Debug 后才编译程序

我的问题是为什么?如何从头开始每次都将行为切换为编译 例如:

if(x == 0)        # ... I compile, and it works...
# after I do one change to my code 
if(x==0 && y==0)  # ... Eclipse do nothing even if y is not declared

1 个答案:

答案 0 :(得分:0)

我想你在谈论CDT项目(C / C ++),而不是JDT项目(Java)。

如果是这样,那么如果删除调试文件夹,则无法直接运行应用程序(bug 296243)。

检查“构建(构建增量)”是否已禁用:bug 198097