|
Unneccessary builds and breakpoint problems -
11-03-2008, 03:40 PM
Hi,
We are using eclipse 3.3.1.1 on a linux with g++.
There are two issue slightly bugging:
A. Even if I do a complete build of the project (a debug build), when I hit debug - it insists on re-building the main project (it re-does the pre-build steps and then finds there is nothing to really do). Any way to stop this?
B. We run in some cases into an issue where placing a breakpoint inside the code (mostly in constructors) - causes the debugger to fail loading the executable. If you let the program run with no breakpoint - all is fine. If you add it - just dies on load. Sometimes when you place a breakpoint 'above' the constructor and try to step into it - you have the debugger show an entirely different irrelevant system function and die. Ideas?
Thx,
Rami
|