How to make python33_d.dll for Blender source build?



When you debug build to blender2.6 or blender 2.7 you have to need python33_d.dll, right?


It has simple way that utilize python33_d.dll, debug symbol via visual studio.


Check it out this link.


https://pytools.codeplex.com/wikipage?title=Symbols+for+Python+mixed-mode+debugging


And additional check to this link you can also download to python 3.3.5 pdb file.https://www.python.org/downloads/release/python-335/

Have fun debugging blender. Game Developer Leegoon copyright all right reserved since 2010.

Comments