Python in debug version?

Wolfgang Langner wl at flexis.de
Tue Dec 7 07:31:08 EST 2004


Hello,

> Hi,
>     There is a columen named "Debug" for python.exe and python23.dll."Yes"
> is there.
> And if you open python.exe or python23.dll, you'll see:
> 
> C:\sf\python\dist23\src\PCbuild\python.pdb
> 
> at the tail of file.That means a debug version?

No, that means to this file are debug symbols available in python.pdb.
It's possible to compile a release version with debug symbols to get more
infos if something crash's.

Debug version of python needs python23_d.dll.

bye by Wolfgang



More information about the Python-list mailing list