Where is the console output?

General questions regarding the usage of CodeLite
CLUser
CodeLite Enthusiast
Posts: 17
Joined: Mon Sep 14, 2015 7:47 am
Genuine User: Yes
IDE Question: C++
Contact:

Where is the console output?

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Where is the console output?

Post 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
Make sure you have read the HOW TO POST thread
CLUser
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?

Post 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.
Post Reply