Bug 332914 - Separate console views for standard and error output stream
Summary: Separate console views for standard and error output stream
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-19 17:35 EST by mmce CLA
Modified: 2010-12-20 09:52 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.