Bug 332914

Summary: Separate console views for standard and error output stream
Product: [Eclipse Project] JDT Reporter: mmce
Component: DebugAssignee: JDT-Debug-Inbox <jdt-debug-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, deepakazad, remy.suen
Version: 3.7   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description mmce CLA 2010-12-19 17:35:17 EST
Build Identifier: 20100617-1415

Hi,

I would like to have two different console views and the possibility to attach different streams to them. In my case the standard or error output stream. Sometimes frequently occurring errors (error message + stack trace), which are only printed for debugging purposes, occlude the standard output stream.
For me it would also suffice to have the possibility to fold error messages and unfolding them as needed.

Reproducible: Always

Steps to Reproduce:
1. Produce a frequent error message with a trace stack without crashing the program itself.
2. Print status message through the standard output stream.

You will notice, that it is impossible to follow every status message, because the trace stacks are too long.