3.7 — Using an integrated debugger: Running and breakpoints
While stepping (covered in lesson ) is useful for examining each individual line of your code in isolation, in a large program, it can take a long time to step through your code to even get to the point where you want to examine in more detail. Fortunately, modern debuggers …