Browse Source

Help: Clarify DEBUGGER_WORKING_DIRECTORY documentation

Closes: #27523
Garrett Campbell 1 month ago
parent
commit
1964be5d56

+ 3 - 1
Help/prop_tgt/DEBUGGER_WORKING_DIRECTORY.rst

@@ -3,7 +3,9 @@ DEBUGGER_WORKING_DIRECTORY
 
 .. versionadded:: 4.0
 
-Sets the local debugger working directory for C++ targets.
+Sets the local debugger working directory for targets,
+specifically the process launched by the debugger.
+
 The property value may use
 :manual:`generator expressions <cmake-generator-expressions(7)>`.
 This property is initialized by the value of the variable

+ 3 - 1
Help/prop_tgt/VS_DEBUGGER_WORKING_DIRECTORY.rst

@@ -3,7 +3,9 @@ VS_DEBUGGER_WORKING_DIRECTORY
 
 .. versionadded:: 3.8
 
-Sets the local debugger working directory for Visual Studio C++ targets.
+Sets the local debugger working directory for Visual Studio targets,
+specifically the process launched by the debugger.
+
 The property value may use
 :manual:`generator expressions <cmake-generator-expressions(7)>`.
 This is defined in ``<LocalDebuggerWorkingDirectory>`` in the Visual Studio