Page 1 of 1
console application closing in a second
Posted: Mon May 07, 2012 9:34 am
by bluefare
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
Re: console application closing in a second
Posted: Mon May 07, 2012 10:45 am
by eranif
Right click on your project and select 'Settings'
At the bottom of the 'General' page, check the option "pause when execution ends"
Eran
Re: console application closing in a second
Posted: Mon May 07, 2012 3:50 pm
by bluefare
thank you ,that was a default setting , then i realized that , i suppose to run with "run active project" not "start /continue debugger"