-
Notifications
You must be signed in to change notification settings - Fork 680
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
[Feature Request]: Add support of exception filters #4356
Comments
We are currently waiting on microsoft/debug-adapter-protocol#164, but agreed that this would be a very useful feature to add. |
microsoft/debug-adapter-protocol#164 is merged 🎉 |
This is fixed in 1.23.12. See https://aka.ms/VSCode-CS-ExceptionSettings for documentation. |
@gregg-miskelly Recently I tried to use few exception filters, but seems that the only one negative filter can be applied.
I think we need something to exclude several types of exceptions. |
Your entire filter is either an include list or an exclude list. So the exclamation mark just goes at the start. |
@gregg-miskelly thank you and sorry for distraction, it was not obvious to me |
@vchirikov No problem. Thanks for asking the question. If it was confusing to you the documentation should probably be improved. I opened #4505 to add another example. |
Hi, it's really huge feature for any developer and I miss it so much in vs code.
The text was updated successfully, but these errors were encountered: