Open
Description
laszloszeremi reported this on 2023-04-16T20:00:46Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=23843
CC List
- r.sagitario
Description
Previously I was able to set Visual Studio to break on user-handled exceptions, however this no longer the case. I have selected it in the Exception Settings, and only affects unhandled ones in my experience. This made the previous habit of mine of checking unittests in a debugger more difficult, as AssertErrors in unittests already handled.