-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Exception breakpoints don't show up sometimes #115121
Comments
@TylerLeonhardt great catch, thanks for filling good issues |
Please verify tomorrow if you can, not sure how 'sometimes' the 'sometimes' is 🙂 |
I suggest to verify with mock-debug since for that sometimes = always |
That is expected. Exception breakpoints are coming from the debug adapter. Thus we only know them on the very first session that you start. Clarification: if you debugged once. Close vscode and start it again they should be there. |
Thanks for the clarification! This bug is fixed. |
Great, adding |
Testing #114345
Clone: https://github.com/microsoft/vscode-mock-debug
Open it and run the mock debug extension.
Expected the Exception breakpoints to show up under breakpoints.
Actual (nothing there):

I briefly repro'd this with the JS debugger when I got the nightly but now I don't see this issue anymore.
Workaround
Run a debug session, they show up:
After I reload the window, they disappear again.
The text was updated successfully, but these errors were encountered: