When debugging my code, I often throw breakpoints in to check the values of local variables to make sure everything is on the right track.
Lately, when I make change
The use of the precompiler directive #line appears to affect the breakpoints behavior as well, as I've just discovered.