[Qt-creator] Commenting breakpoint
Oswald Buddenhagen
oswald.buddenhagen at nokia.com
Fri Nov 20 12:26:53 CET 2009
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.
More information about the Qt-creator-old
mailing list