-
The extension always enables a "on throw" breakpoint by default when I start debugging a C++ program. This is very annoying, since it seems to break on all (!) throws, even ones that are caught locally, even in my dependencies, i.e. code I cannot influence. How can I disable that? |
Beta Was this translation helpful? Give feedback.
Answered by
grigorig
Dec 17, 2021
Replies: 1 comment
-
Actually, VSCode seems to be remember when I disable the "on throw" breakpoint now. Must have been a user error, I guess. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
grigorig
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, VSCode seems to be remember when I disable the "on throw" breakpoint now. Must have been a user error, I guess.