Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] Search for compiling Errors

Hello,

I try to debug a bigger project ( > 500 Files cpp) and found that the launch of the debugger (gdb) needs a lot of time in Eclipse 3.1 with cdt 3.0

Seems cdt parses the code and checks the syntax. The message in the Progress-Window says "Searching for Compile Errors in <project>". That lasts for approx. 3 minutes and brings up two errors which are not syntax errors, but cdt can simple not handle the expressions. - Syntax checking is already done by the compiler, so why parse again at all?

Is there a way to tell eclipse or cdt not to parse the code? Would be nice to switch that feature off (or did i simply not find the check-box?).

thanks in advance

Erik


Back to the top