Debugging a Python Extension in Eclipse Debugging a Python Extension in Eclipse python python

Debugging a Python Extension in Eclipse


Which compiler are you using, MSVC or GCC? For MSVC, you can start python first, and attach the python_d.exe (windbg or visual studio), then you can load your module, setup the breakpoint, you can verify whether your module's symbol got loaded in the debug->module windows (MSVC).