rainerf / ricodebug

ricodebug is a debugger featuring data visualization, similar to DDD
12 stars 9 forks source link

Allow turning instruction recording on and off during a debugging session #10

Closed rainerf closed 12 years ago

rainerf commented 12 years ago

Reverse debugging needs the record/replay feature of GDB: Instructions need to be recorded in order to be able to use rstep/rcont. Record/replay requires RAM/CPU resources however, so it should be possible to turn it on/off as needed.

rainerf commented 12 years ago

Has been possible for quite some time ;).