[CMake] Accessing visual studio debugger options

Robert Bielik robert.bielik at xponaut.se
Wed Feb 9 14:30:32 EST 2011


Louis Hoefler skrev 2011-02-09 19:41:
> Hello everyone,
> i created cmake files for a visual studio solution.
> The solution compiles, and now I want to
> start debugging the testapplication.
>
> I want to change the command line option,
> which is used by the debugger, to invoke the application.
>
> How can this be done?
>
> I use cmake 2.8.3 and visual studio 2010.

I don't think you can. Those settings are not in any project/solution file but are stored as user settings, which of course
CMake has nothing to do with.

/Rob


More information about the CMake mailing list