Skip to main content

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

I have filed a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=376725.

I also figured out how Qt Creator performs this checkand described it there. However I am not sure whether this way is acceptable for CDT. Could we make a dependency on objdump?


Thanks,
Anton

-------- Original message --------
-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx
[mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of xgsa
Sent: Wednesday, April 11, 2012 11:13 AM
To: CDT General developers list.
Subject: 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.
If you have time, could you write an enhancement bug?

Thanks

Mar
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev






Back to the top