kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #11096
Re: Python-a-mingw-us Windows Debug Scripting Builds
>> Q:
> >>
> >> (i) Does anyone see any output from the PyErr_Print() calls?
>
> Try using a tool like Debug Viewer available from Microsoft. If
> PyErr_Print() is anything like wxLogXXX(), on Windows the output is sent
> to the OutputDebugString() function which does not end up on stdout.
> You can find the debug viewer here:
>
> http://technet.microsoft.com/en-us/sysinternals/bb896647.aspx
>
> You must run the debug viewer as Administrator in order to see the
> debugging strings.
>
>
GDB reports OutputDebugString() too on Windows. For example, I see output
from the wxLogXXX() function that reports setting the KISYSMOD environment
variable. I suspect PyErr_Print() just pipes to stderr or stdout.
Thanks,
Brian.
Follow ups
References