Hacker News new | ask | show | jobs
by robertjpayne 167 days ago
Yea this take makes no sense. What in the world is wrong with debugging with breakpoints?
2 comments

It is for many problems, especially concurrency related ones, much less powerful than trace points. But the issue I have seen is that some tools like gdb have unergonomic support for tracing so there I tend to use break points or printf debugging just because the tracing support is so bad in gdb.
It’s a particular subcategory of cork sniffing where you pick the hardest, dumbest way to do things because you’re a Real Developer