Program arguments using nsight.

Hi,
I’m trying to get Nsight up and running using VS2010 but can’t seem to find any options to pass parameters to the program being debugged (as in the Nsight equivalent to “project properties dialog->Debug->Command Arguments”). I’d expect such an option to live in “NSight->Options” but I can’t see anything there.

Could anybody point me to this option or if it’s missing, could the devs please add it?

Thanks.

Hi TimLuther,

Just right-click on the project name in the Solution Explorer, and choose Nsight User Properties. From there, type in the arguments into the ‘Command line arguments’ field.

Thanks