diff options
author | Luca Cappa <lucappa@microsoft.com> | 2019-03-19 13:52:53 -0700 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-05-14 13:27:18 -0400 |
commit | 2a9ff9703e20172ca14b6c872b300d0dbb75f5da (patch) | |
tree | 62541895769c282e435393895121f8573d2cdc06 /Help/prop_tgt/VS_JUST_MY_CODE_DEBUGGING.rst | |
parent | fa077acba51393030586aa50f5eff9d6034c5c11 (diff) | |
download | cmake-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.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 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. |