VS_DEBUGGER_COMMAND.rst 536 B

123456789101112131415
  1. VS_DEBUGGER_COMMAND
  2. -------------------
  3. .. versionadded:: 3.12
  4. Sets the local debugger command for Visual Studio C++ targets.
  5. The property value may use
  6. :manual:`generator expressions <cmake-generator-expressions(7)>`.
  7. This is defined in ``<LocalDebuggerCommand>`` in the Visual Studio
  8. project file. This property is initialized by the value of the variable
  9. :variable:`CMAKE_VS_DEBUGGER_COMMAND` if it is set when a target is
  10. created.
  11. This property only works for Visual Studio 12 2013 and above;
  12. it is ignored on other generators.