NVIDIA / nsight-vscode-edition

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

add support for console options #40

Open KardRi opened 8 months ago

KardRi commented 8 months ago

Hi there, thanks for making this wonderful extension!

I am finding the option to open the cuda program in another terminal instead of staying in debug console.

The same function in C/C++ vscode debugger is "console": "integratedTerminal", and it will open a terminal with tag "cppdbg" so that you can interact with or see the program output so that it won't mess up with the gdb messages.

I have already looked at the official documentation and issues but couldn't find any useful information, is there any similar function or settings for this? Thank you.

sanannavyaa commented 8 months ago

Hi @KardRi, unfortunately, that is not something we currently support. Are you able to describe your intended use case so we can consider this a feature request?