console application closing in a second
-
- CodeLite Curious
- Posts: 7
- Joined: Thu Apr 26, 2012 7:13 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
console application closing in a second
in console project , is there any option to make codelite show the console without writing in the end of the code " scanf " something like that,like in codebloks
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: console application closing in a second
Right click on your project and select 'Settings'
At the bottom of the 'General' page, check the option "pause when execution ends"
Eran
At the bottom of the 'General' page, check the option "pause when execution ends"
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 7
- Joined: Thu Apr 26, 2012 7:13 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: console application closing in a second
thank you ,that was a default setting , then i realized that , i suppose to run with "run active project" not "start /continue debugger"