Hacker News new | past | comments | ask | show | jobs | submit login
How to debug C and C++ programs with rr (2021) (redhat.com)
15 points by Tomte 10 months ago | hide | past | favorite | 2 comments



What an absolutely awful program name, completely undiscoverable and ungoogable. It even requires regex knowledge to be able to find it in a package manager thanks to 'rr' being in thousands upon thousands of package names.


Let's be real, there is only one way to debug C and C++ program : fprintf(stderr, "%s %d\n", __FILE__, __LINE__);




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: