Hello,
I am just starting using Codelite for C++ programing. I don't know why it doesn't build the coding, and when I used the debugger, I get an error message regarding to TTY console. Attached is a snapshot of IDE window for my Debian 10 O.S. Thank you very much for your helps.
Best regards,
Linux/Debian 10 with Codelite.
-
- CodeLite Curious
- Posts: 7
- Joined: Thu Aug 13, 2020 4:50 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Linux/Debian 10 with Codelite.
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Linux/Debian 10 with Codelite.
Hi,
(Which CodeLite version are you using?)
It's probably because your 'Settings > Preferences: Terminal' entry is set to a terminal that is not installed. I suggest you change it to one that is, or to the built-in 'codelite-terminal'.
Regards,
David
(Which CodeLite version are you using?)
It's probably because your 'Settings > Preferences: Terminal' entry is set to a terminal that is not installed. I suggest you change it to one that is, or to the built-in 'codelite-terminal'.
Regards,
David
-
- CodeLite Curious
- Posts: 7
- Joined: Thu Aug 13, 2020 4:50 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Linux/Debian 10 with Codelite.
Hello,
My Codelite version is 13.0.0. Thank you very much for your information. Now, it has another problem: I could not see the output even through it has no error in compilation. Please see the attached file. Thanks again.
Best regards,
My Codelite version is 13.0.0. Thank you very much for your information. Now, it has another problem: I could not see the output even through it has no error in compilation. Please see the attached file. Thanks again.
Best regards,
You do not have the required permissions to view the files attached to this post.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: Linux/Debian 10 with Codelite.
You can get a 14.0 buster binary here.My Codelite version is 13.0.0
Your image shows the 'Output View'. If you are debugging, the 'Debugger' pane should be active, and that's where the debugger output will go. Are you trying to debug, or just to Run, the executable? Your first post said 'debug', but...
If you really are debugging, the first thing to do is to open the Debugger pane (View > Debugger Pane) and watch what happens when you run the debugger. If that doesn't show a problem, try turning on Full Debugger Logging. I can't remember exactly how that can be done in the 13.0 Debugger pane but, if you are using gdb, you can always do it from: Settings > GDB settings: Misc.