visual-studio Automatically output the callstack on a breakpoint in Visual Studio How to automatically output a stack trace when a C++ breakpoint is hit in Visual Studio.
c++ Improve C++ performance in debug mode with inline expansion Debug builds of C++ programs sometimes run very slowly. This post suggests one possible technique for speeding it up.