Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » ncurses output does not display in debug console
ncurses output does not display in debug console [message #225318] Fri, 17 October 2008 03:36 Go to next message
Eclipse UserFriend
Originally posted by: eric.fowler.gmail.com

I have a very simple 'Hello World' application that uses the ncurses
ascii "graphics" library.

My program, when run in an xterm, produces the output I would expect.

When I run the same program in the debugger, the console does not display
text printed with printw() and other ncurses functions. It does echo
characters from getch() in a funny lime green. The printw() and other
functions do not return errors.

What do I need to do to see that display in the debug console in Eclipse?

Thanks

Eric
Re: ncurses output does not display in debug console [message #225334 is a reply to message #225318] Fri, 17 October 2008 07:21 Go to previous message
Anton Leherbauer is currently offline Anton LeherbauerFriend
Messages: 490
Registered: July 2009
Senior Member
Eric Fowler wrote:
> I have a very simple 'Hello World' application that uses the ncurses
> ascii "graphics" library.
>
> My program, when run in an xterm, produces the output I would expect.
>
> When I run the same program in the debugger, the console does not display
> text printed with printw() and other ncurses functions. It does echo
> characters from getch() in a funny lime green. The printw() and other
> functions do not return errors.
>
> What do I need to do to see that display in the debug console in Eclipse?
>
> Thanks
>
> Eric

You need a terminal emulator. This is not supported by the eclipse
console, although there has been some effort in this direction:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=242373

Toni
Previous Topic:Log indexer output
Next Topic:Alternative to CDT_CONTAINER
Goto Forum:
  


Current Time: Sat Apr 27 04:38:49 GMT 2024

Powered by FUDForum. Page generated in 0.02705 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top