console application closing in a second

General questions regarding the usage of CodeLite
bluefare
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

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: console application closing in a second

Post 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
Make sure you have read the HOW TO POST thread
bluefare
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

Post 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"
Post Reply