how to debug python's extend module written in c/c++ on windows

Diez B. Roggisch deets at nospam.web.de
Thu Jul 17 03:59:38 EDT 2008


tcfg at sina.com schrieb:
> dear Diez:
> 
>    I need step into c function in extending module(DLL) when debugging
> the script. and I want Single-step debugging the extend module itself,
> but python script Launched The whole process.

That is exactly what attaching a C-debugger to python will give you. Did 
you actually try it? Do you know how to debug C-programs?

Diez



More information about the Python-list mailing list