diff options
author | Brad King <brad.king@kitware.com> | 2019-05-15 18:06:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-05-15 18:06:58 (GMT) |
commit | 9ee24ede7363f8349c876e2f1dbbc541f60e3452 (patch) | |
tree | 1b868e346e2fc06077d5d1c8f1f64b8a8cf1126d /Help/prop_tgt | |
parent | 66efdbd21a46b63572f5de677ed126a68e524e7a (diff) | |
parent | 2a9ff9703e20172ca14b6c872b300d0dbb75f5da (diff) | |
download | CMake-9ee24ede7363f8349c876e2f1dbbc541f60e3452.zip CMake-9ee24ede7363f8349c876e2f1dbbc541f60e3452.tar.gz CMake-9ee24ede7363f8349c876e2f1dbbc541f60e3452.tar.bz2 |
Merge topic 'msvc-jmc'
2a9ff9703e MSVC: Add support for /JMC (Just My Code)
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3121
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst | 10 |
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 0000000..42fb8ad --- /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. |