A breakpoint designates a location in your code at which process execution is stopped to allow you to examine the process’s code, variables, and (in some cases) register values. In addition, you can, as necessary, make changes to your code, and then continue or terminate process execution.
This section explains how to set breakpoints.