Debugging Extensions using Visual Studio 7.1

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ju-Lian Kwan

    Debugging Extensions using Visual Studio 7.1

    Does anyone know how to get this to work? I've done a fair bit of
    searching with Google and couldn't turn up anything. I just want to get
    debugging to work so I've built a DLL using VC7 and it runs fine. I set
    breakpoints in some of the code. Set the command line/args to run the
    program from python, and then it craps out with: "Fatal Python error:
    Interpreter not initialized (version mismatch?)"

    Does anyone have any suggestions? Apart from building a debug python so
    I can set break points in it?
Working...