58476d6e2fae786458242fb3aa0bc7557f740f81
[platform/upstream/cmake.git] / Help / prop_tgt / VS_DEBUGGER_COMMAND.rst
1 VS_DEBUGGER_COMMAND
2 -------------------
3
4 .. versionadded:: 3.12
5
6 Sets the local debugger command for Visual Studio C++ targets.
7 The property value may use
8 :manual:`generator expressions <cmake-generator-expressions(7)>`.
9 This is defined in ``<LocalDebuggerCommand>`` in the Visual Studio
10 project file.
11
12 This property only works for Visual Studio 2010 and above;
13 it is ignored on other generators.