vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

Debug stepping via ssh takes >3sec per step

Open Meai opened this issue 6 months ago • 0 comments

Same problem in both vscode and visual studio.

Setup: localhost ssh into an ubuntu VM in vmplayer. dotnet --version 9.0.100 on host dotnet --version 9.0.200 on linux VM

Problem: Stepping takes >3sec. Stepping over a simple Console.WriteLine() or in general takes over 3sec. The following text file is the log output of a single such step, as you can see the tickcount at the start and the tickcount at the end show that it's over 3 seconds. Just My Code is enabled.

debuglog.txt

Expected: It should be nearly as fast as regular debugging (<0.5sec) on localhost ssh.

Meai avatar Apr 02 '25 02:04 Meai