-
Notifications
You must be signed in to change notification settings - Fork 29.3k
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
Debugging C# - VSCode hangs when breakpoint hit #116865
Comments
I'm also seeing this when a "debugger" statement is hit in my Vue script section. The behavior reminds me of my Win32 days when we would call LockWindowUpdate() while doing some messy painting to reduce flicker, and it didn't get unlocked. I'm now in the habit of doing a quick double Alt-Tab or double tapping the Windows key (to bring up/hide the Start menu) which has the effect of unlocking it. |
Sounds related to this #114459 |
Thanks for letting us know. Then let's close as duplicate, and if @deepak1556 thinks I am mistaken we can reopen |
Nope all good, thanks for triaging the issue! |
Confirmed that |
Issue Type: Bug
This sequence of steps happens the same way every time. I have tried a sample ASP.NET Core project and got the same behavior, so it is nothing specific to my code. I have also tried disabling all extensions except the C# extension (required for debugging) and it still happens.
VS Code version: Code 1.53.2 (622cb03, 2021-02-11T11:48:04.245Z)
OS version: Windows_NT x64 10.0.19042
System Info
gpu_compositing: enabled
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
protected_video_decode: enabled
rasterization: enabled
skia_renderer: enabled_on
video_decode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
Extensions (11)
A/B Experiments
The text was updated successfully, but these errors were encountered: