Mozilla 开发调试工具:rr
jopen
10年前
rr 可以用来作为主调试工具,用来记录不确定性的执行和调试记录,由 Mozilla 开发。
$ rr record /your/application --args ... FAIL: oh no! $ rr replay GNU gdb (GDB) ... ... 0x4cee2050 in _start () from /lib/ld-linux.so.2 (gdb)