[Qt-creator] Commenting breakpoint
André Pönitz
andre.poenitz at nokia.com
Fri Nov 20 13:44:47 CET 2009
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'
More information about the Qt-creator-old
mailing list