Community
Participate
Working Groups
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; }
*** This bug has been marked as a duplicate of bug 327617 ***