PDA

View Full Version : Debugger terminates before first line of main



olidem
5th November 2009, 17:25
Hi.

I'm working under windows, eclipse 3.4.1, qt eclipse integration 1.5.0, mingw 3.4.5, qt 4.5.2.

I inserted a breakpoint on the first line of main.cpp, but if I click the debug-icon, the crap immediately terminates.

Also if I leave this breakpoint out, it terminates immediately.

On the (well hidden) gdb-console is says:

> No source file named CustomerDetailDialog.cpp.
> No line 54 in file "main.cpp".


Line 54 is the first line of main() and CustomerDetailDialog.cpp does exist for sure.

Thanks in advance,
Olli