Sunday, July 18, 2010

Debugging scons+MSVC-compiled apps using MSVC debugger

In a follow-up to this post, I've now found a way to make debugging with MSVC easier (or more palatable)...



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