Executing Code
You control how your code executes with the buttons at the top of the project window.
- To pause your program while it's running, press Pause.
- To continue it again, press Continue.
- To go to the next line of code, stepping into the function if possible, press Step Into.
- To go to the next line of code, staying within the current function, press Step Over.
- To force the application to quit immediately, press Stop.