mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
13 lines
391 B
ReStructuredText
13 lines
391 B
ReStructuredText
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.
|