Discussion:
application console in Galileo
Subs
2009-07-31 14:59:22 UTC
Permalink
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
--
Subs
Subs
2009-08-05 17:09:27 UTC
Permalink
Post by Subs
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?
Hello World
This is on a 2nd line
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-Re5JQEeQqe9fmgfxC/sS/***@public.gmane.org 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
Continue reading on narkive:
Loading...