Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 344126

Summary: Standard error output (stderr, cerr) doesn't output anything
Product: [Tools] CDT Reporter: yurivolo
Component: cdt-debugAssignee: cdt-debug-inbox <cdt-debug-inbox>
Status: CLOSED DUPLICATE QA Contact: Ken Ryall <ken.ryall>
Severity: major    
Priority: P3 CC: cdtdoug, marc.khouzam, pawel.1.piech
Version: 8.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description yurivolo CLA 2011-04-28 09:42:51 EDT
Build Identifier: M20110210-1200

In debug mode standard error stream doesn't output anything to "Console" window. If you will run the executable from windows console all output is ok. It's very annoying bug, I can't see output from my logging system in the project.

Reproducible: Always

Steps to Reproduce:
Code to reproduce:

#include <iostream>
using namespace std;

int main() {
	cerr << "!!!Hello World!!!" << endl; // prints !!!Hello World!!!
	return 0;
}
Comment 1 Marc Khouzam CLA 2011-05-19 16:12:35 EDT

*** This bug has been marked as a duplicate of bug 327617 ***