Raw File
VS_JUST_MY_CODE_DEBUGGING.rst
VS_JUST_MY_CODE_DEBUGGING
-------------------------

.. versionadded:: 3.15

Enable Just My Code with Visual Studio debugger.

Supported on :ref:`Visual Studio Generators` for VS 2010 and higher,
:ref:`Makefile Generators` and the :generator:`Ninja` generators.

This property is initialized by the :variable:`CMAKE_VS_JUST_MY_CODE_DEBUGGING`
variable if it is set when a target is created.
back to top