Programming - Concept
Breakpoint
A chosen point where a running program pauses so a developer can inspect what is happening
What's it for?
Makes it easier to examine a program's state at the exact point where a problem may be occurring.
For example…
A developer places a breakpoint on the checkout calculation so the program pauses there and they can inspect the values causing the wrong total