top | item 12409439

(no title)

mevric | 9 years ago

decent debugger pls.

discuss

order

muizelaar|9 years ago

gdb 7.12 will have rust support.

mevric|9 years ago

cool. Will try it.

eximius|9 years ago

I have not had the chance to try this, but this sings high praise:

http://huonw.github.io/blog/2015/10/rreverse-debugging/

dbaupp|9 years ago

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).