I've created simple C++ HelloWorld code. How can I see the output of the code? I don't see any console output in CodeLite.
Mac OS X 10.10.2
Where is the console output?
-
- CodeLite Enthusiast
- Posts: 17
- Joined: Mon Sep 14, 2015 7:47 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Where is the console output?
Which CodeLite version? (if not sure, please install CodeLite 8.2.4 which fixes some console issues on OSX)
In CodeLite 8.2.4, the console used for debugging / output is "Terminal.app" (the default terminal on OSX), however, sometimes the "osascript" fails to bring it to front so it might be hiding under the other windows on your screen
Eran
In CodeLite 8.2.4, the console used for debugging / output is "Terminal.app" (the default terminal on OSX), however, sometimes the "osascript" fails to bring it to front so it might be hiding under the other windows on your screen
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 17
- Joined: Mon Sep 14, 2015 7:47 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Where is the console output?
Oops now it works. I don't know what was wrong with CodeLite. I use 8.2.4.eranif wrote:Which CodeLite version? (if not sure, please install CodeLite 8.2.4 which fixes some console issues on OSX)
In CodeLite 8.2.4, the console used for debugging / output is "Terminal.app" (the default terminal on OSX), however, sometimes the "osascript" fails to bring it to front so it might be hiding under the other windows on your screen
Eran