How to fix typo in terminal?
Answered
I made a program that calculates averages and I have a small issue. Sometimes I have a typo and I was wondering, is it possible to go back to my previous inputs in the terminal and fix them, other than restarting the entire program? Thanks in advance!
Please sign in to leave a comment.
You can’t edit stdin retroactively, but you can use the debugger and Edit variables instead of running the program.