[Bf-committers] Note for msvc users and python

Gilbert, Joseph T. jgilbert at tigr.ORG
Tue Dec 6 20:53:19 CET 2005


Under "blender project" --> properties --> debugging --> symbol path
include the following:
'..\..\..\..\lib\windows\python\lib'
This should allow you to debug into the python24_d.dll and set
breakpoints in the python source. It will also include sources line in
the assembly dump at each EIP. This is useful for tracing into
Py_Finalize(). 

You can't save this information because it gets stored in the .suo
personal preferences file instead of the .sln project workspace.
(in case anyone is interested :))


More information about the Bf-committers mailing list