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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
If a promise is rejected before an error handler is attached, the debugger will break, even if only "uncaught exceptions" is checked. If it's rejected after the error handler is attached, it works as expected. The pause event has a reason "promise rejection", so we could implement this as a third exception checkbox if we wanted, but I think that's unexpected and confusing. And really the problem is the way the promise doesn't know whether its rejection will be handled or not.
microsoft/vscode#1746 (comment)
The text was updated successfully, but these errors were encountered: