Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 211431 - exception in console view when trying to print "hello\n\r"
Summary: exception in console view when trying to print "hello\n\r"
Status: RESOLVED DUPLICATE of bug 207743
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.4   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 05:40 EST by Tobias Schwarz CLA
Modified: 2007-12-06 22:14 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Schwarz CLA 2007-11-29 05:40:33 EST
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
Comment 1 Darin Wright CLA 2007-11-29 09:00:57 EST
Please try a newer 3.4 build or 3.3.2 build. This looks like a dup of bug 207743 that has been fixed.
Comment 2 Darin Wright CLA 2007-12-06 22:14:44 EST

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