Y
Hacker News
new
|
ask
|
show
|
jobs
by
rramadass
704 days ago
That sounds very interesting; Do you have a write-up on this that you are willing to share?
1 comments
dima55
704 days ago
This is the usual killer feature of something like rr. You debug, look at some variable: `p whatever`. You see that its value is wrong. You want to know where this wrong value came from, so you `watch -l whatever` and `rc`. Bam!
link
icholy
704 days ago
There are some bugs I would never have figured out without this technique. It feels like cheating.
link
dima55
704 days ago
Totally. rr is nothing short of a revolution in debuggin.
link
db48x
704 days ago
It’s not cheating, it’s technique!
link