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.
debugging an ncurses program
-
- CodeLite Curious
- Posts: 8
- Joined: Thu Nov 25, 2010 4:10 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
-
- CodeLite Curious
- Posts: 8
- Joined: Thu Nov 25, 2010 4:10 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: debugging an ncurses program
Nobody?
-
- CodeLite Expert
- Posts: 120
- Joined: Sun May 10, 2009 6:56 am
- Contact:
Re: debugging an ncurses program
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.jazztickets wrote:Nobody?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: debugging an ncurses program
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)jazztickets wrote:Nobody?
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