On Fri, Nov 20, 2009 at 12:01:43PM +0100, ext GenaCid wrote:
> 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.
>
that's completely expected. the debugger will set the breakpoint at the
next location it can. if you think about it, that's the only sensible
course of action, as seemingly obvious locations often don't actually
produce any executable code - think function headers.
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator