When I execute bash script in eclipse the error output is written in red text. I have some behaviour in my code that is letting "user" know that error has occurred, how to make in error look like error?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
I haven't used eclipse for a while, but if I remember correctly, the console view uses red color for stderr. If you want to execute your application and get red color for error messages, then print them to stderr instead of stdout. |
|||||||
|