Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] application console in Galileo

On 31/07/2009 15:59, Subs wrote:
Hi,

I have just moved to Galileo from Europa (yes, I skipped a generation).

When my application does a printf(), in Europa a "\n" was interpreted as
a newline character in the console, but in Galileo, it is displayed as
"\n".

Is there a setting to change this behavior?

Console output for Europa (CDT4):
Hello World
This is on a 2nd line

Console output for Galileo (CDT6):
Hello World\nThis is on a 2nd line\n

Thanks

Further investigation has shown the regression is caused by:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=255946

Which has been marked as closed by elaskavaia.cdt@xxxxxxxxx. See the new comment at the end of the bug.

Should I open a new bug? Can we get this fixed in the next build? Whilst it might seem trivial its a pretty serious regression.

--
Subs


Back to the top