Add a switch you can flip that enables a sort of debugger interactive mode, where the user is prompted to press Enter after each pyautogui step. This is a bit more general than the actual python debugger. (Put more thought into this feature.)
Hello @asweigart, did you have a chance to take a look at my pull request? It's just a simple idea but I think it could be (at least the starting point for) what you asked.
Add a switch you can flip that enables a sort of debugger interactive mode, where the user is prompted to press Enter after each pyautogui step. This is a bit more general than the actual python debugger. (Put more thought into this feature.)