Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to show stdout and stderr in different consoles in eclipse?

Tags:

java

eclipse

During developing, I don't want to redirect them into files. Is there any way to create two consoles, one only displays stdout messages while another only displays stderr? Is there any plug-in that can provide this feature?

like image 794
StarPinkER Avatar asked Jul 24 '12 03:07

StarPinkER


People also ask

How do I show an error console in Eclipse?

To view the Eclipse error log: Switch to the Plug-in Development perspective. From the main menu, select Window > Show view > Other.

How do I view the console log in Eclipse?

It can be changed by going to Windows --> Preferences --> Run/Debug --> Console and then unchecking "Limit Console Output" which is ON by default. This works on STS any version too. This would help printing complete console output. For a Mac it is Eclipse > Preferences > Run/Debug > Console.

Why output is not showing in Eclipse?

If eclipse is not showing path, Please click on RUN-> Run configuration->click on environment tab->click on New-> add a path variable as mingw_path(if compiler is mingw in case of c++ ) and set value as C:\MinGw\bin (please check ur mingw bin path then only set).


1 Answers

I think the best you can do it to use different colors in the text for stdout and stderr. But there is only one Console view that is used for output.

like image 81
Francis Upton IV Avatar answered Nov 08 '22 20:11

Francis Upton IV