: Re: [RFC] multiple breakpoints from FILE:LINE
Cyrille Comar
comar@adacore.com
Mon Jan 16 13:43:00 GMT 2006
Daniel Jacobowitz wrote:
> I've yet to see a compelling reason to break on one constructor and not
> the other. Most users don't even know the difference between when each
> is called.
I am not familiar at all with C++ debugging, so the situation is not
clear to me: To break on constructors, do you use the FILE:LINE of the
class? Wouldn't that break on destructors as well? (or any other type
specific implicit operation, if such thing exists in C++)
More information about the Gdb
mailing list