Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable the second, empty console labeled [Debug Console] when starting a debug target

Tags:

eclipse

For reasons unclear, Eclipse has recently started bringing up two consoles every time I debug a project. One console displays typical console information (stdout, stderr, etc.), and the other displays nothing. The titles are the same, except that the empty console is prefixed with "[Debug Console]". The empty one also comes up on top, which is quite inconvenient.

I haven't found anything useful in Eclipse's preferences or on Google. Does anyone have an idea as to why this is happening and how I can stop it?

like image 222
blahdiblah Avatar asked Jun 24 '11 02:06

blahdiblah


2 Answers

I had exactly the same problem, it did take me a while to figure out that not the logger was broken but Eclipse (Indigo / 3.7).

However, a simple Eclipse restart did helped me.

like image 141
Dag Avatar answered Nov 19 '22 06:11

Dag


The same problem is present in Eclipse Juno (3.8) as well. There is a ticket open in the Eclipse bugtracker here, but it hasn't garnered any activity.

As mentioned in the ticket and by others here, restarting Eclipse seems to fix the issue.

like image 34
hopper Avatar answered Nov 19 '22 05:11

hopper