I find myself getting a bad opinion of another developer, when he wants to show me something he developed (in my case a new dialog) and then the IDE runs into xx breakpoints, and eventually the developer clicks the "skip all breakpoints" button of the IDE.
I do normally only have at maximum 3 active breakpoints -- and normally only one. And that only if I am actively tracking a bug. But I get the impression, some of my peers do always have breakpoints active to understand what their code does -- in cases where I would not use a debugger at all.
I didn't even know the "skip all" button exists, and I don't even see many reason to use this button, only to deactivate my breakpoints for now, than do some work I don't want to debug, than activate the breakpoints again. And with only one breakpoint it is easy to deactivate just this one.
What number of breakpoints is normal, what number is acceptable, what number is to much?
Is a big number of active breakpoints a sign for a bad developer, or just a sign of bad code, or both? Or is this just a question of personal style?
