1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-15 03:48:02 +08:00

Help: VS_DEBUGGER_WORKING_DIRECTORY precedence

The DEBUGGER_WORKING_DIRECTORY property is ignored when
VS_DEBUGGER_WORKING_DIRECTORY is set and a Visual Studio
generator is used.
This commit is contained in:
Craig Scott
2025-05-02 17:00:06 +10:00
committed by Brad King
parent e49dc061c2
commit 0f1b9ef32a
2 changed files with 6 additions and 0 deletions

View File

@@ -9,3 +9,7 @@ The property value may use
This property is initialized by the value of the variable
:variable:`CMAKE_DEBUGGER_WORKING_DIRECTORY` if it is set when a target is
created.
If the :prop_tgt:`VS_DEBUGGER_WORKING_DIRECTORY` property is also set, it will
take precedence over ``DEBUGGER_WORKING_DIRECTORY`` when using one of the
Visual Studio generators.

View File

@@ -13,3 +13,5 @@ created.
This property only works for :ref:`Visual Studio Generators`;
it is ignored on other generators.
See also :prop_tgt:`DEBUGGER_WORKING_DIRECTORY`.