"Bug Distance", I love it. I think the the debugging time is somehow exponentially related to the bug distance.
@fotophilo5 жыл бұрын
We also do "pair debugging" sometimes, usually if some bug seems to be completely strange and incomprehensible. It does help a lot. One doing the actual debugging steps, the other closely watching and occasionally questioning steps or suggesting ways.
@romanhimmes1713 жыл бұрын
I think as debugging as looking at execution in slow motion
@robbie_2 жыл бұрын
Yea, if your codebase is real time (has a time constraint), this can be a problem.