bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Debugging ncurses application with Eclipse


From: ChCarver
Subject: Re: Debugging ncurses application with Eclipse
Date: Tue, 19 Feb 2008 09:28:42 -0800 (PST)

Thank you Thomas for pointing me in the right direction. I found a wonderful
walk through on debugging curses applications with GDB.

http://dirac.org/linux/gdb/07-Debugging_Ncurses_Programs.php#ncurses


Thomas Dickey-2 wrote:
> 
> On Fri, Feb 15, 2008 at 09:30:58AM -0800, ChCarver wrote:
>> 
>> I'm not sure if this is a Eclipse question or a ncurses question based on
>> experience of use. But I need to debug my application that uses ncurses
>> and
>> it's hard to do so when getch() is called and I don't know where to enter
>> the key stroke.
> 
> Eclipse may be complicating things.  If I'm debugging a program that uses
> the terminal, I use gdb to attach to a process running from a different
> terminal.
> 
> -- 
> Thomas E. Dickey <address@hidden>
> http://invisible-island.net
> ftp://invisible-island.net
> 
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-ncurses
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Debugging-ncurses-application-with-Eclipse-tp15504224p15562336.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]