1

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!

1 Answer 1

2

You can debug console applications in Eclipse by leveraging the remote debugger. Then the console commands will be executed through a batch file. I suspect that is preferred, anyway, with thousands of lines of console commands. Error messages can then be captured from the output generated while running the batch.

Here is more detail, answered in a previous question.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.