Python debug libraries

Mike C. Fletcher mcfletch at rogers.com
Tue Oct 28 19:18:37 EST 2003


See my recent post...

http://groups.google.ca/groups?q=debug+extension+win32+group:comp.lang.python&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=mailman.26.1065949224.2192.python-list%40python.org&rnum=2

(all one line).  You probably don't want to debug *everything*, just 
your particular extension, and this recipe allows that fairly readily 
w/out requiring getting every single dependency built against debug 
Python (which can be a royal PITA).

HTH,
Mike

Robert Ferrell wrote:

>I'm trying to do some debugging of python extensions on Windows2K.  MS
>Visual Studio (.NET) says it can't find the debug version of the
>python libraries.  (The message is "python.exe does not contain any
>debugging information".)  I installed the binaries from the Windows
>installer.  How should I get the debug libraries?  Or is that even
>what I need?  I'm kind of new to Windows, and Visual Studio in
>particular, so maybe I'm way off base.
>
>thanks,
>-robert
>  
>
_______________________________________
  Mike C. Fletcher
  Designer, VR Plumber, Coder
  http://members.rogers.com/mcfletch/








More information about the Python-list mailing list