Step through the program
The step
command allows you to "step" through your program
executing one line of source code at a time. When a function call appears within the line of code,
that function is also stepped through.
Once launched, program execution will be halted at the first breakpoint encountered, waiting for your action. Debugger commands can then be selected from the Toolbar, or Debug menu options.