I am learning about how to debug a program:
1-Select a row and Debug>Toggle Breakpoint
2-Click the Green Carot "Run"
The run should step thru the rows and see if they are functioning properly but it does not it just debugs the program.
Debug>Step Into also goes right into the debug.
How do I get the program to step one row at a time and check for errors and highlight the row with the error?
Is this possible?