summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst
diff options
context:
space:
mode:
authorLuca Cappa <lucappa@microsoft.com>2019-03-19 13:52:53 -0700
committerBrad King <brad.king@kitware.com>2019-05-14 13:27:18 -0400
commit2a9ff9703e20172ca14b6c872b300d0dbb75f5da (patch)
tree62541895769c282e435393895121f8573d2cdc06 /Help/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst
parentfa077acba51393030586aa50f5eff9d6034c5c11 (diff)
downloadcmake-2a9ff9703e20172ca14b6c872b300d0dbb75f5da.tar.gz
MSVC: Add support for /JMC (Just My Code)
Diffstat (limited to 'Help/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst')
-rw-r--r--Help/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst b/Help/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst
new file mode 100644
index 0000000000..42fb8ad86c
--- /dev/null
+++ b/Help/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst
@@ -0,0 +1,10 @@
+VS_JUST_MY_CODE_DEBUGGING
+-------------------------
+
+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.