Does eclipse have the ability to load external file that contains thousands of lines of console commands and execute them?
I am debugging a program which requires a lot of commands for setup, it will be a great time saver if I don't have to type those commands every single time. (without modifying existing java code)
Thanks!