debugging an ncurses program

General questions regarding the usage of CodeLite
jazztickets
CodeLite Curious
Posts: 8
Joined: Thu Nov 25, 2010 4:10 am
Genuine User: Yes
IDE Question: c++
Contact:

debugging an ncurses program

Post by jazztickets »

Is there a way to make codelite use the external terminal program, even while debugging? When i start a debug (F5), it throws output into a built-in output window. What i need is to have it put all that crap into an external terminal program (Like what CTRL-F5 does)

Otherwise ncurse's initscr() fails, and you can't debug ncurse programs.
jazztickets
CodeLite Curious
Posts: 8
Joined: Thu Nov 25, 2010 4:10 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: debugging an ncurses program

Post by jazztickets »

Nobody?
foxmuldr
CodeLite Expert
Posts: 120
Joined: Sun May 10, 2009 6:56 am
Contact:

Re: debugging an ncurses program

Post by foxmuldr »

jazztickets wrote:Nobody?
Older versions of Codelite used to do that. At some point Eran brought it into the wx-dockable windows. I miss the old way too, or at least an option.
Best regards,
Rick C. Hodgin
www.Visual-FreePro.org
www.LibSF.org
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: debugging an ncurses program

Post by eranif »

jazztickets wrote:Nobody?
Thats the problem with forum posts, they tend to get lost (at least I don't know how I missed it, I usually reply to all posts on the forum)

Like Rick mentioned, there is no way to use external terminal for debugging. Please submit a feature request to make it configurable

Eran
Make sure you have read the HOW TO POST thread
Post Reply