mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
496ec6036f
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
14 lines
397 B
ReStructuredText
14 lines
397 B
ReStructuredText
VS_DEBUGGER_COMMAND
|
|
-------------------
|
|
|
|
.. versionadded:: 3.12
|
|
|
|
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.
|
|
|
|
This property only works for Visual Studio 2010 and above;
|
|
it is ignored on other generators.
|