rd icon indicating copy to clipboard operation
rd copied to clipboard

rd is a record/replay debugger written in rust

Results 3 rd issues
Sort by recently updated
recently updated
newest added

If I, thinking that `rd` executable is self-contained and does not require any accessories, copy `target/release/rd` to some `~/bin/` and try recording something, I get rather long error output: ```...

installation
paper-cut

Hey there! This is a totally shameless plug on my part, but I was wondering if you were aware of the [gdbstub](https://github.com/daniel5151/gdbstub) crate? `gdbstub` provides a generic, typesafe, and ergonomic...

enhancement

Hi, I know that it's stated in the readme: > AMD Architectures are currently not supported on rd. Please use rr if you need to use AMD. I still wonder...