frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Strace Tips for Better Debugging

https://rrampage.github.io/2025/06/13/strace-tips-for-better-debugging/
47•signa11•1d ago

Comments

o11c•10h ago
I prefer `-ff` over just `-f` to avoid the annoyance of every line being interrupted by another process. `strace-log-merge` can merge the files again if you really care.