I have code that contains a nested for loop, and I need to see the execution line by line so I can understand how the loop works.
When running the program, I need to press "enter" to execute the next line. I remember about a month ago I accidentally found it, I kept pressing "enter" until the last line was executed but unfortunately I forgot how. What is the procedure for doing this?