Where is the console output?
Posted: Mon Sep 14, 2015 7:49 am
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
Mac OS X 10.10.2
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