Stepping Through Your Code
The key is to set a breakpoint. This will be by clicking to the left side of your code on the line you want the debug playback to pause on. Typically, a dot (often red) will display on that line to let you know where you have set a breakpoint. You my have more than…