[EMAIL PROTECTED] 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to