top | item 46431953

(no title)

robertjpayne | 2 months ago

Yea this take makes no sense. What in the world is wrong with debugging with breakpoints?

discuss

order

jeltz|2 months ago

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.

nikanj|2 months ago

It’s a particular subcategory of cork sniffing where you pick the hardest, dumbest way to do things because you’re a Real Developer