This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/17677] New: Dynamic code change while debugging


A nice feature would be to be able to change code while it's being debugged,
recompile it, and let the debugger go on executing this new version.

Pretty useful to correct mistakes, instead of fixing, reompiling, and restarting
program.

Submitted to GDB too, under #1780 : http://sources.redhat.com/cgi-bin/gnatsweb.pl
Since it requires cooperation from debugger, compiler & linker, submitted here
too :)

-- 
           Summary: Dynamic code change while debugging
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: ryo_saeba29 at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17677


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]