what happens when i redirect
-
stderr and / or stdout
-
wxLog_SetActiveTarget(wxLogTextCtrl(self))
the problem:
sometimes when my application has a bug i cant see any messages (tracebacks)
and the app hangs. i think it has anything to do with the redirection.
thanks