Unable to set breakpoints in cuda kernel when logging into wsl using remote ssh

First, I can debug the cuda kernel on vscode using the nsight-vscode-edition extension on top of the host where wsl is located(wsl is running on a win11 pc)(I refer to this link 1. Introduction — CUDA-GDB 12.9 documentation and set up the windows registry, then breakpoints can step into the kernel)
Then I logged into wsl remotely via remote ssh on other computers(a win11 laptop), and then used nsight-vscode-editio extension for debugging, breakpoint can not step into kernel, and vscode reported the following warnings

Hello, can you check the registry on the host and confirm the value of HKLM\SOFTWARE\NVIDIA Corporation\GPUDebugger\EnableInterface?

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.