|
|
|
|
|
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. |
|