When I run the code, cmd does not show up.

CodeLite installation/troubleshooting forum
jooon67
CodeLite Curious
Posts: 1
Joined: Thu Feb 06, 2020 3:00 am
Genuine User: Yes
IDE Question: C++
Contact:

When I run the code, cmd does not show up.

Post by jooon67 »

Hello, I just downloaded codelite and try to run the very first code(the one with hello world) to check if its working. However, when I build and run the cmd screen doesn't show up and just displays "Working directory is set to: C:\Users\LENOVO\Documents\Lab4\Lab4
Executing: cmd /C call C:\Users\LENOVO\Documents\Lab4\Lab4\Release\Lab4 && pause
Program exited". I am currently using Windows 10. How can I fix this? Thank you so much for your help.
root
CodeLite Enthusiast
Posts: 21
Joined: Tue Jan 21, 2020 4:10 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: When I run the code, cmd does not show up.

Post by root »

Try this:

Go to Settings -> Preferences -> Terminal and change the terminal to CodeLite Terminal.

If you've already tried this, then we can try something else.

Also, what do you get under the Build tab when you build & run your program?
Win X Pro / CodeLite 14.0 / wxCrafter 2.9 / wxWidgets-3.1.4 / MinGW-10.2.0

Linux Mint 20.0 / CodeLite 14.0 / wxCrafter 2.9 / wxWidgets-3.0 & 3.1.4 / GCC-9.2.0
Post Reply