A breakpoint is a tool for debugging the code.
Imagine you are programming your game and in a certain momento, you don't now what is exactly hapening. Well, you can set a breakpoint, stop the execution and analise the state of the variables and the objects. I hope to help you.