- vs-debugger-improvements
- ------------------------
- * A :prop_tgt:`VS_DEBUGGER_COMMAND_ARGUMENTS` target property was created to
- set the debugging command line arguments with
- :ref:`Visual Studio Generators` for VS 2010 and above.
- * A :prop_tgt:`VS_DEBUGGER_ENVIRONMENT` target property was created to
- set the debugging environment with
- :ref:`Visual Studio Generators` for VS 2010 and above.
- * :prop_tgt:`VS_DEBUGGER_COMMAND`
- :prop_tgt:`VS_DEBUGGER_COMMAND_ARGUMENTS`
- :prop_tgt:`VS_DEBUGGER_ENVIRONMENT`
- :prop_tgt:`VS_DEBUGGER_WORKING_DIRECTORY`
- target properties can use generator expressions.
|