This may have changed, but, at the time of writing, rr was tied to the terminal gdb interface, which many people understandably don't like to use (i.e. not what they mean by "decent"), preferring the more direct connection to their code of a visual debugger like VS.
That said, rr is amazing and I strongly encourage people with an aversion to gdb to suffer through the text interface (if they don't have access to some visual record/replay debugger, of course).
muizelaar|9 years ago
mevric|9 years ago
eximius|9 years ago
http://huonw.github.io/blog/2015/10/rreverse-debugging/
dbaupp|9 years ago
That said, rr is amazing and I strongly encourage people with an aversion to gdb to suffer through the text interface (if they don't have access to some visual record/replay debugger, of course).