Hacker News new | ask | show | jobs
by berkut 1637 days ago
Not when stepping through code in gdb/lldb in my experience in debug builds: they very often end up stepping in to the -> operator implementation for functions, which then requires me to step in again to get to the actual function call I wanted.
1 comments

Measuring overhead of debug builds is a rookie mistake.
I'm not talking about code performance, I'm talking about human time of having to step through extra things while using a debugger to work out what's going on.
OK. I rely on "fin" a fair bit, at such times.