I'm just starting out using Eclipse CDT. I have a program that processes standard input - so you might execute it on the command line like this:
myProg < inputFile.txt
I would like to debug the program in Eclipse CDT, with that file as input, but I can't see how to configure this in Eclipse - any ideas?