Simply copy the following batch-script to dbgms.bat and dump into your blender sources root (alongside your user-config.py for scons). Use by typing dbgms in the command-prompt, and starting debug as per normal for MSVC-debugging.
@REM quick script to debug blender using msvc...
@echo off
devenv /debugexe ..\installvcd\blender
No comments:
Post a Comment