Select executable debugger

General questions regarding the usage of CodeLite
Lutein
CodeLite Curious
Posts: 5
Joined: Fri Jan 29, 2016 3:03 pm
Genuine User: Yes
IDE Question: C++
Contact:

Select executable debugger

Post 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.
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Select executable debugger

Post 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
Make sure you have read the HOW TO POST thread
Lutein
CodeLite Curious
Posts: 5
Joined: Fri Jan 29, 2016 3:03 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Select executable debugger

Post 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.
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Select executable debugger

Post by eranif »

Did you compile your code?
Where is the build log?

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