Hacker News new | ask | show | jobs
by _mlbt 616 days ago
I never heard it called caveman debugging before but I love the name.

I am a huge fan of print debugging. Debuggers have their place, but most of the time print is just easier and it fits better into my mental model.

1 comments

I agree, but I have found gdb is great for core dumps. Getting Linux to create one, another issue :)

BSDs though just creates them when your program dumps for you enjoyment.