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.
Select executable debugger
-
- CodeLite Curious
- Posts: 5
- Joined: Fri Jan 29, 2016 3:03 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Select executable debugger
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Select executable debugger
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
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
-
- CodeLite Curious
- Posts: 5
- Joined: Fri Jan 29, 2016 3:03 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Select executable debugger
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.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Select executable debugger
Did you compile your code?
Where is the build log?
Eran
Where is the build log?
Eran
Make sure you have read the HOW TO POST thread