I run debian wheezy with linux 3.2 I use codelite 4.0.5589 I installed it from deb http://www.codelite.co.uk/debian/ squeeze contrib
I have problem that when I start debugging of some project debugging perspective start but a terminal doesnt appear and I cant interact with debugging process e.g. cant type input values.
I have build project run it and interact with application when I use run but when I use debug I end up without terminal.
My terminal line is in global editor preferences -> terminal:
Code: Select all
/usr/bin/codelite_xterm '$(TITLE)' '$(CMD)'
Code: Select all
xfce4-terminal -T '$(TITLE)' -e '$(CMD)'
It doesnt run with either of settings.
I still like to use codelite for writing programs cause it have great code completion but it get tedious when I need to debug my program and dont have terminal appearing.
Is there are some setting that I could change to get terminal ?
I would categorize this as a grave bug but I dont know is there some setting that can change that behavior.
Is there maybe a package I need to downgrade I'm on wheezy ?