Skip to content

Debug stepping via ssh takes >3sec per step #8127

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Meai opened this issue Apr 2, 2025 · 0 comments
Open

Debug stepping via ssh takes >3sec per step #8127

Meai opened this issue Apr 2, 2025 · 0 comments

Comments

@Meai
Copy link

Meai commented Apr 2, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants