Does anyone know of a Debugger or Programming Language that allows you to set a break point,and then modify the code and then execute the newly modified code.
I get the following message in gdb (version 7.1): [Thread debugging using libthread_db enabled] and the command reverse-step
Having code: Date::Date(cons开发者_JAVA技巧t char* day, const char* month, const char* year):is_leap__(false)
i started to try reverse debugging with gdb 7, followin the tutorial: http://www.sourceware.org/gdb/wiki/ProcessRecord/Tutorial
Has anyone tried using the new record/replay and reverse-debugging features in the newly released gdb-7.0?I am 开发者_开发问答one of the gdb developer/maintainers, and I\'m very eager for user feedbac