summaryrefslogtreecommitdiff
path: root/Help/prop_tgt/VS_DEBUGGER_COMMAND.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-05-02 12:45:34 +0000
committerKitware Robot <kwrobot@kitware.com>2023-05-02 08:45:41 -0400
commit339f2205755c065d0e826228cf432207eececee2 (patch)
treec6db6a614e24f9c10bcaecd46c1a60bbd8d8cff6 /Help/prop_tgt/VS_DEBUGGER_COMMAND.rst
parent30c8b44b29950408219d2b0be5cae4a3dca3ec18 (diff)
parent35566b48b4b417a7be4f510b081c1c11ef73f4af (diff)
downloadcmake-339f2205755c065d0e826228cf432207eececee2.tar.gz
Merge topic 'vs-debugger-init'
35566b48b4 VS: Add variables to initialize debugger-related properties Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8445
Diffstat (limited to 'Help/prop_tgt/VS_DEBUGGER_COMMAND.rst')
-rw-r--r--Help/prop_tgt/VS_DEBUGGER_COMMAND.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/prop_tgt/VS_DEBUGGER_COMMAND.rst b/Help/prop_tgt/VS_DEBUGGER_COMMAND.rst
index 1e84c00850..5bf47a38a9 100644
--- a/Help/prop_tgt/VS_DEBUGGER_COMMAND.rst
+++ b/Help/prop_tgt/VS_DEBUGGER_COMMAND.rst
@@ -7,7 +7,9 @@ Sets the local debugger command for Visual Studio C++ targets.
The property value may use
:manual:`generator expressions <cmake-generator-expressions(7)>`.
This is defined in ``<LocalDebuggerCommand>`` in the Visual Studio
-project file.
+project file. This property is initialized by the value of the variable
+:variable:`CMAKE_VS_DEBUGGER_COMMAND` if it is set when a target is
+created.
This property only works for Visual Studio 11 2012 and above;
it is ignored on other generators.