We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Using rr in an IDE (markdown)
Fixed url to Seer's RR wiki page.
Misspelling
add entry to table of contents
Added NeoVim integration based on DAP, this makes it possible to debug any recording from `rr` (C++ and C in addition to Rust) and melds nicely with other debugger configurations from the user.
Seer now internally calls 'rr replay' for better integration of RR into Seer.
gdbgui dropped the `-rr` command line switch in version 0.14.0.0
Add the Seer gui front-end to the list of IDEs that support RR.
Add Rust vlopes11/rrust.nvim Neovim plugin
new section: Debugging from a different host
the emacs blog post is http only, no https available
add video link
added gdbgui
Remove duplicate mention of Visual Studio Code from bulleted list
Add configuration of gdb that allows to properly resolve symbols with rr > 5.0.0
Adding visual studio code instructions.