Page 1 of 1

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

Posted: Thu Feb 06, 2020 3:04 am
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.

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

Posted: Sun Feb 09, 2020 11:13 pm
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?