Hacker News new | ask | show | jobs
by thangalin 2039 days ago
A related answer that I posted back in 2009 to the question of "How do you fix a bug you can't replicate?"

https://stackoverflow.com/a/1268464/59087

1 comments

I have absolutely asked users to give me an rr[0] trace of my program when there was an issue. I'm honestly considering shipping it in an embedded (not in the lightweight sense) project at work so that if any problems arise I can easily debug it away from it.

[0]: https://rr-project.org/