5,454 questions
How to find all the cmake project variables/macros which can be used in launch.vs.json?
Michał Legierski
0
Reputation points
I would like to know, where to find and list all the cmake project variables/macros which may be used in the launch.vs.json file. Currently I know that there are ${workspaceRoot}
and ${debugInfo.fullTargetPath}
, but I am sure there are more and I would be glad to get a whole list of them.
Developer technologies | Visual Studio | Other
Sign in to answer