NVIDIA / nsight-vscode-edition

A Visual Studio Code extension for building and debugging CUDA applications.
Other
68 stars 11 forks source link

Set cwd for program when launching the debugger #5

Closed mtene closed 1 year ago

mtene commented 2 years ago

In VSCode + NSight, I need to be able to configure the path where my program will be launched at. It is important for the application I am debugging and this is possible via the "cwd" launch config property for standard C++ launch configs. The NSight extension does not seem to offer this possibility, although I expect it is easy to add.

sanannavyaa commented 1 year ago

Hi @mtene, In 2022, we added the ability for users to be able to specify cwd, here is the link to the release notes