how to debug python's extend module written in c/c++ on windows
dear all: I have searched the debug informations of many python's IDE, but I cannot find the method about debuging the extend module written in Visual studio 2008 on windows. The wingIDE tell me that we can debug the extend module on linux, but cannot on windows. and using wingdbstub.py we can embed python into other's source code but not extending. Who can tell me the skills, I appreciate! best regards fang 2008.07.17 -- http://mail.python.org/mailman/listinfo/python-list
Re: how to debug python's extend module written in c/c++ on windows
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. best regards fang -- http://mail.python.org/mailman/listinfo/python-list
