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-----
> 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

Back to the top