Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Output on console printed in 2 colors
Output on console printed in 2 colors [message #164743] Mon, 27 February 2006 01:42 Go to next message
Eclipse UserFriend
Originally posted by: rajakididi.hotmail.com

hi

i am trying to execute a process thorugh client server protocol where
client is eclipse and server is running on remote machine. In the case of
infinitly running process the output that i am getting on Eclipse console
has some of its lines printed in red and some others in black.

Red is usually used to show the Errors encountered.

Can anyone please explain me the reason for this behavior?? And if what
can be the solutiion for getting all the output in one color i.e. Black.

When i run same application locally the output is all Black with no lines
in Red.

Krayon
Re: Output on console printed in 2 colors [message #164754 is a reply to message #164743] Mon, 27 February 2006 03:56 Go to previous message
Eclipse UserFriend
Originally posted by: pgodeau_nosp.m_sapex-alma.com

Krayon a écrit :
> hi
>
> i am trying to execute a process thorugh client server protocol where
> client is eclipse and server is running on remote machine. In the case
> of infinitly running process the output that i am getting on Eclipse
> console has some of its lines printed in red and some others in black.
>

Hi,

Red is the color of the standard error stream in the console, for
example output sent to std:cerr, while standard output (std:cout) is black.
You can change these default colors in the console preferences.

--
Patrick
Previous Topic:Can't set breakpoints
Next Topic:Adding include and library paths via a plugin
Goto Forum:
  


Current Time: Sun Jun 08 15:07:35 EDT 2025

Powered by FUDForum. Page generated in 1.07905 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top