On Friday 20 November 2009 13:42:28 ext Abdel Younes wrote:
> André Pönitz wrote:
> > On Friday 20 November 2009 12:01:43 ext GenaCid wrote:
> >   
> >> Hi!
> >>
> >> I've noticed a bug(feature?): comment breakpoint doesn't disable it. If 
> >> it's a 
> >> feature, it's a little confusing especially when commenting a big piece of 
> >> code.
> >>     
> >
> > It's not an intentional feature, it's just what happens if one does
> > not implementing anything special. 
> >   
> 
> I understand that this is how gdb works but IMHO this is a bug, not a 
> feature... Not very serious though :-)

I think it makes sense that gdb moves the breakpoint to the
next line for which actual code was generated. That's almost
always the thing I'd like to see happen. Otherwise I'd have to
poke around to find out which lines generated code, i.e.
is 'elegible' to receive a breakpoint, and which aren't.

Andre'

_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to