Page 1 of 1

Where is the console output?

Posted: Mon Sep 14, 2015 7:49 am
by CLUser
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

Re: Where is the console output?

Posted: Mon Sep 14, 2015 10:43 am
by eranif
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 :P so it might be hiding under the other windows on your screen

Eran

Re: Where is the console output?

Posted: Mon Sep 14, 2015 6:00 pm
by CLUser
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 :P so it might be hiding under the other windows on your screen

Eran
Oops now it works. I don't know what was wrong with CodeLite. I use 8.2.4.