[Bug debug/58123] [4.8/4.9/5 Regression] debug line not tracked for last autovariable dtor
asmwarrior at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Feb 20 05:00:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58123
--- Comment #10 from asmwarrior <asmwarrior at gmail dot com> ---
(In reply to Jan Kratochvil from comment #8)
> (In reply to Aldy Hernandez from comment #7)
> > Putting this aside for a second, my question is, do we really want a
> > debugging experience where we jump from back from the end of scope, back to
> > the declaration of the class?
>
> I do not think so.
>
I agree with Jan.
Jump back to declaration of a variable may be OK for command line debugging,
but it is very annoying especially you use an IDE, which means the whole view
window get refreshed.
More information about the Gcc-bugs
mailing list