This is not a new Microsoft bug.
When you break all
, you are likely to break the code that occurs in the compiled libraries of your code. The source will not be available for this, therefore, an error.
Modifying and continuing will focus on your code, not on library support, so an error does not occur. This can be seen by trying to enter the ( F11
) third-party library in your project.
EDIT: Have you tried entering the Exceptions
menu? CTRL + ALT + "E"
and clearing all fields of Thrown
?
source share