Page 1 of 1

Select executable debugger

Posted: Sat Jan 30, 2016 7:41 pm
by Lutein
Hello.
I've started to learn C programming. I've intalled CodeLite yesterday. Help me please to tune this programm.
I've written simple programm and pressed on button "Start debugging". Window appeared. In attachment.
My OS: Elementary (based on Ubuntu) 32-bit
CodeLite version: 9.0.0

p.s. Sorry for my English.

Re: Select executable debugger

Posted: Sat Jan 30, 2016 10:27 pm
by eranif
You should setup a workspace and project.
http://codelite.org/LiteEditor/HelloWorld

Once you do this, the 'Debugger' will know automatically which executable to debug and no additional setup is required
Eran

Re: Select executable debugger

Posted: Sat Jan 30, 2016 11:00 pm
by Lutein
I've done now how intruction said me. I've builded workspace.There is the basic file "main.c" with simple program and execute it. CodeLite write me that he cannot find it.

Re: Select executable debugger

Posted: Sun Jan 31, 2016 12:36 am
by eranif
Did you compile your code?
Where is the build log?

Eran