How to debug C extensions for Python on Windows

Viewed 9535

I have a problem with a segfault in pyodbc and would like to debug it in Windows XP x86. However, the information online seems primarily Linux-centric. What is the best way to go about this?

4 Answers
Related