I have a program that takes console input that I'm trying to debug. Sending an EOF (Ctrl+D in shell) is important to its function; but Ctrl+D doesn't send one in Eclipse's debugger console.
This should be super simple, but Google (and my limited experience) yields nothing. Thanks so much for any help!