How to Install rr in Ubuntu 18.04



Install rr by entering the following commands in the terminal:

sudo apt update
sudo apt install rr

Description:

application execution recorder, player and debugger

rr allows application executions to be recorded and then replayed with gdb as many times as desired. . This allows intermittent, or complex to reproduce, bugs to be captured and then debugged at leisure. Replays are deterministic, always identical from one run to another. . rr is incompatible with ptrace hardening, and currently only supports Intel CPUs with Nehalem or later microarchitectures.

Homepage: http://rr-project.org

Version: 5.1.0-1

Section: universe/devel