Skip STL Code when debugging C++ Code in Visual Studio 2012?

后端 未结 5 1738
被撕碎了的回忆
被撕碎了的回忆 2020-12-31 01:16

Is it possible to skip STL Code when using the C++ debugger (native, x64) in Visual Studio 2012? Quite often when debugging C++ code I step into STL code. I expect that the

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-31 02:14

    There used to be a registry key to do that, but this has changed in VS2012:

    Visual Studio 2012 (dev11) Everything has changed! Until the VC++ team put something on their blog (feel free to bug them to do this), take a peek at this file:

    C:\Program Files[ (x86)]\Microsoft Visual Studio 11.0\Common7\Packages\Debugger\Visualizers\default.natstepfilter

    For VS 2013 and 2015, the Just my code setting, known from .NET projects, was extended to work for native C++ too.

提交回复
热议问题