Hello, I am using CodeLite in a C++ course that I am teaching, and many of my students are forgetting to build their project before they hit run. I do it too on occasion, but many of them spend a long time debugging stale versions of their code. Is there a way to have CodeLite automatically rebuild programs before running them? Or at least prompt asking if they would like to build first?
Thanks in advance!
Build Automatically before running
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Jan 27, 2014 11:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Build Automatically before running
No. This option is only available before debugging (F5)
You should submit a feature request for this at GitHub:
https://github.com/eranif/codelite/issues/new
Also, please remember to specify your OS and codelite version
Eran
You should submit a feature request for this at GitHub:
https://github.com/eranif/codelite/issues/new
Also, please remember to specify your OS and codelite version
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Jan 27, 2014 11:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Build Automatically before running
Thank you so much. I've submitted a feature request here: https://github.com/eranif/codelite/issues/422.