On Sun, May 17, 2009 at 7:42 AM, Alexandru Duţu <[email protected]> wrote: > Hello, > > I am new to CMake, and I've been searching the web for a solution to this > problem also CMake wiki and I found nothing concludent. > I am using Windows XP SP3 and Visual Studio 2008. > > I am trying to include program arguments in debug configuration, without > arguments I can't debug, normally in VS this is done by going to > Project/Settings/Debugging/Command Arguments. If I am using a CMake for > build configuration, by setting the arguments from VS it has no effect,
I do this almost every single day to debug under Visual Studio for my CMake projects and it works fine. I mean right click on the main executable click properties and add the debug arguments. Visual studio will keep these as long as you do not wipe the build folder. John _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
