Setting breakpoints

We'll cover the following...

A breakpoint is a line in the code where you want to pause execution. You can set a breakpoint by calling the break (or b) command followed by a space and the line number that you want to break on. You can also ...