11.13. Setting breakpoints on lines of source
code
You can set only a single breakpoint of the same type (software
or hardware) on each statement in your code. Lines of code can contain
a single statement, or multiple statements (such as a for loop).