question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Debugger is laggy in VS Code 1.30

See original GitHub issue

Environment data

dotnet --info output: Version: 2.1.401 Commit: 91b1c13032

Runtime Environment: OS Name: Mac OS X OS Version: 10.14 OS Platform: Darwin RID: osx-x64 Base Path: /usr/local/share/dotnet/sdk/2.1.401/

VS Code version: 1.30.0 C# Extension version: 1.17.1 & 1.18.0 beta-2

Steps to reproduce

Running dotnet core application in debugger (using F5).

Expected behavior

Running as fast as it can run.

Actual behavior

It’s lagging my VS Code, sometimes giving me message that vs code is not responding, quite heavy cpu usage for extended period of time. Overall debugger is not working properly.

Additional info

This wasn’t issue when using VS Code 1.29 maybe upgrading VS Code is causing this.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
visiblesoft-escommented, Jan 24, 2019

Hi, same problem here (vscode 1.30.2, omnisharp 1.17.1). Working with mac osx.

When I launch app debug all works fine, queries to SQL db are fast, but after some seconds every time my frontend request data, vscode stop responding during several seconds (+/- 40sec). If I stop debugging and launch again all works fine again during some time.

No errors appear in console, only vscode appears to stop working for several seconds, receiving sometimes the dialog asking to Keep Open or Close vscode.

Tested the same application debugged with Visual Studio for mac and it works fine without problems. Regards Jose

1reaction
TomStarycommented, Dec 20, 2018

I just tried new version of insiders version of VS Code and in this version everything works normal like in 1.29 version of VS Code.

Read more comments on GitHub >

github_iconTop Results From Across the Web

VS Code Debugger Extremely Slow to Reach First Breakpoint
I'm using VS Code on Windows 10, to debug both Python and React. The debugger is extremely slow to reach the first breakpoint, ......
Read more >
November 2018 (version 1.30) - Visual Studio Code
Debugging - Delete debug consoles, debug directly from the VS Code Process Explorer. Tasks - Clear task terminal, user input for task variables,...
Read more >
Visual Studio Code 1.74.2 - Chocolatey Software
Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows....
Read more >
Cannot debug C code on vscode on macOS big Sur
Could you close VS Code, rename 1.3 Linux - Socket in C to (for example) 1.3_Linux_-_Socket_in_C , start VS Code, open the project...
Read more >
Here's How to Make VSCode Faster
So for some reason your VSCode is slow. Really slow. · Why is VSCode slow? · Update your VS Code · Are extensions...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found