You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing #7314 I learned about a dangling promise, which causing a never ending progress. When you try to attach to a running process, but then dismiss the quick open menu with esc, the awaiter will never continue at
akosyakov
added
bug
bugs found in the application
debug
issues that related to debug functionality
progress
issues related to the progress functionality
labels
Mar 11, 2020
While testing #7314 I learned about a dangling promise, which causing a never ending progress. When you try to attach to a running process, but then dismiss the quick open menu with
esc
, the awaiter will never continue attheia/packages/debug/src/browser/debug-session-manager.ts
Line 169 in 1ca3ec3
cc. @akosyakov
The text was updated successfully, but these errors were encountered: