A breakpoint is the flag in the source code that tells debugger to stop execution of the program. When your program stops on a breakpoint, you can examine the value of variables defined in your program and step through your program.
You can also set or delete breakpoints using the Command Input Box (in output pane),