VS2010 - Project Macro Variables in Start Options Command Line Arguments

前端 未结 1 769
忘掉有多难
忘掉有多难 2020-12-19 08:18

In a projects settings, on the Debug tab, is there a way to use to use the project macro variables in the command line arguments box?

I know you can\'t use them dir

相关标签:
1条回答
  • 2020-12-19 08:50

    No, this is supported [but not for C# projects].

    Silly example I tried: Command Arguments = $(CharacterSet). Got "Unicode" at runtime for argv[1] inside main().

    Select "Command Arguments", click on the dropdown arrow, Edit. Click Macros to see what macros are available.

    0 讨论(0)
提交回复
热议问题