2

According to this thread I added a secound Console window to my Eclipse. I want to Debug two applications at the same time, so I selected the first application in one console tab and the other application in the other one.

Unfortunately whenever I start one application both Console windows switch to that one. They always switch to the application which had the last output..!

Thank you!

EDIT: After reopening the windows a few times it worked! Its kinda buggy but it works now. Thanks.

Community
  • 1
  • 1
Aurus
  • 173
  • 1
  • 5
  • 12

1 Answers1

0

Eclipse have two options in the view's toolbar:

One is a Show console shen standard out changesand other Show console shen standard error changes. Icons

Keep both deselected, so you can control which console do you want to view...

Bruno Volpato
  • 1,382
  • 10
  • 18
  • 1
    Thanks for the answer but they are both deselected... These windows are mirrioring each other I activated these options in one Console window and the other one applied that setting too. – Aurus Mar 21 '15 at 21:27
  • Sorry Aurus, here it works with the options deselected. The behavior you meant happens when the option is selected. Is it a bug in your version maybe? I'm using `Version: Luna Service Release 1 (4.4.1) Build id: 20140925-1800` – Bruno Volpato Mar 21 '15 at 22:04