Advanced debugging techniques for Visual Studio 2015

2016-01-29 by Andreas Heindl



I held the lightning talk Advanced debugging techniques for Visual Studio 2015 at the C++ User Group Munich (MUC++). The slides (including reference and download links) are available online.

It covers these advanced Visual Studio 2015 debugging techniques:

  • Visualizers
  • StepFilter
  • Debug.EvaluateStatement / ?
  • Piecewise execution of a statement
  • Attach debugger automatically