How can I debug a project in IntelliJ Idea while capturing input from a text file? I can load the project like so from Terminal:
java -jar tm.jar < wants.txt
I want the capability step into/debug code while looping over the text file content.
How can I debug a project in IntelliJ Idea while capturing input from a text file? I can load the project like so from Terminal:
java -jar tm.jar < wants.txt
I want the capability step into/debug code while looping over the text file content.