Only "CUDA (legacy)" in Nsight's left panel with a Turing GPU

I am coding with CUDA 12.1 and RTX 2060 on Windows 11 + Visual Studio 2022 (driver version: 531.79, not with WSL) and also following the guide at https://docs.nvidia.com/nsight-visual-studio-edition/cuda-debugger/index.html, but things don’t add up:

(right-clicking the project → Debug in Visual Studio)
debug_menu

(Nsight Monitor)
nsignt_menu1
nsignt_menu2

As shown, although Turing GPU supports the next-gen CUDA debugger, there are fewer options in Nsight menu than in the guide. Any ideas to continue with my debugging? Thank you.