> Big step. I don't have Visual Studio and have never used it before. > Which version of VS do I need to debug which released version of Python > 2.X and where do I get that VS from? Or do I need to build Python from > source to be able to debug it?
You need Visual Studio 2008 (Professional, not sure about Standard), or Visual C++ 2008 (which is free). You need to build Python from source in debug mode; the released version is in release mode, and with no debug information. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list