Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Debugging tutorial ?

-------- Original message --------
If you right-click on your project and select
"Debug As->Local C/C++ Applications" it should start the debugger.
I managed to launch the debugger, but gdb doesn't stop at my breakpoints.

It may happen if you compile your program without debug information ("-g" switch for gcc).


BTW, Qt Creator detects this case somehow and warns user about it. It would be great if Eclipse does the same.


Anton


Back to the top