Community
Participate
Working Groups
Build ID: e34 Steps To Reproduce: 1.create simple c++ hello world project #include <iostream> using namespace std; int main( void ) { cout << "Hello\n\r"; return 0; } 2. build and run 3. console throws exception when trying to print "\r" 4. using only "\n" works More information: console should simply ignore non printable characters
Please try a newer 3.4 build or 3.3.2 build. This looks like a dup of bug 207743 that has been fixed.
*** This bug has been marked as a duplicate of bug 207743 ***