1VS_DEBUGGER_WORKING_DIRECTORY
2-----------------------------
3
4.. versionadded:: 3.8
5
6Sets the local debugger working directory for Visual Studio C++ targets.
7The property value may use
8:manual:`generator expressions <cmake-generator-expressions(7)>`.
9This is defined in ``<LocalDebuggerWorkingDirectory>`` in the Visual Studio
10project file.
11
12This property only works for Visual Studio 2010 and above;
13it is ignored on other generators.
14