Page 1 of 1

where the output for wxLogDebug

Posted: Wed Feb 15, 2012 11:33 am
by bcteh
Hi,

Finally i found the most stable and easy to use multi plaftorm tool for c++ :lol:
Good job.

I use wxLogDebug to show the message on MS studio, kdeveloper and xcode.
But for codelite, i can't find the output message.
How to make the debug message appear on codelite ?


Regards
Teh

Re: where the output for wxLogDebug

Posted: Sat Feb 18, 2012 1:06 am
by eranif
I am not sure where it should go :)

If it is a console application - does it appear in the CMD console attached?
If not, try the 'Trace' tab or the Output tab

Eran

Re: where the output for wxLogDebug

Posted: Sat Feb 18, 2012 2:36 pm
by DavidGH
Hi,

In Linux it appears in the undocked 'terminal' window that appears when you run an app.

Regards,

David