Skip to main content



      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] Thu, 16 October 2008 23: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 03:21 Go to previous message
Eclipse UserFriend
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: Wed Jul 02 17:42:33 EDT 2025

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

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

Back to the top