Debugging

Fredrik Lundh fredrik at effbot.org
Fri Jan 19 05:01:28 EST 2001


"Toby" <t.harris at robinsons.co.uk> wrote:
> Is it possible to debug an Python 2.0 extension (a DLL) written in MSVC++
> 6.0 ? If so how ?

as you would debug any other DLL?  (cannot remember
doing anything special...)

> I presume I would need a debug version of Python as
> well...

if you have the Python sources and MSVC, you can build
a debug version in a couple of minutes...  (you'll find the
project files in the pcbuild subdirectory).

Cheers /F





More information about the Python-list mailing list