wxLogDebug on MAC/XCode
Stefan Csomor
csomor at advancedconcepts.ch
Thu Oct 5 00:13:17 PDT 2006
Hi
> >> wxLogDebug("hi there!");
> >> messages go on xcode 2.4/osx?
>
> >
> > Maybe this is the common xcode question. Have you looked in the
> > Windows->Tools->Build Results Window? Then there is a middle window
> > you need to expand with one of the buttons.
> >
>
> hi brian,
>
> sorry, there is no debug log ...
> any other place to look for it?
the debug window has on the right a console button that gives you the
complete gdb console (this is the same you get from debug->console log)
you see the output there together with the gdb commands, you can also
look at debug->standard i/o log, there you don't see the gdb commands,
only our output.
The "Build Results" window is all build-related info, there you can see
the true gcc commands etc, but nothing related to a running app.
Best,
Stefan
More information about the wx-users
mailing list