blob: c53ee6c535bf3b04886600a07a75493767415ce2 (
plain)
1
2
3
4
5
6
7
8
9
|
vs-just-my-code-debugging
-------------------------
* For the :ref:`Visual Studio Generators`,
:ref:`Makefile Generators`, and the :generator:`Ninja` generators
the Just My Code feature of the Visual Studio Debugger can be
leveraged by turning on the :prop_tgt:`VS_JUST_MY_CODE_DEBUGGING` target
property. Its default value is provided by the variable
:variable:`CMAKE_VS_JUST_MY_CODE_DEBUGGING`.
|