[Bf-committers] Note for msvc users and python

Gilbert, Joseph T. jgilbert at tigr.ORG
Tue Dec 6 21:17:54 CET 2005


Sorry I forgot. You also need to right click the call stack window and
check 'include calls to/from other threads'. :) That's all.

-----Original Message-----
From: bf-committers-bounces at projects.blender.org
[mailto:bf-committers-bounces at projects.blender.org] On Behalf Of
Gilbert, Joseph T.
Sent: Tuesday, December 06, 2005 2:53 PM
To: bf-blender developers
Subject: [Bf-committers] Note for msvc users and python

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 :))
_______________________________________________
Bf-committers mailing list
Bf-committers at projects.blender.org
http://projects.blender.org/mailman/listinfo/bf-committers


More information about the Bf-committers mailing list