April 16, 2023
https://issues.dlang.org/show_bug.cgi?id=23843

          Issue ID: 23843
           Summary: Visual Studio no longer can be set to break on
                    user-handled D exceptions
           Product: D
           Version: D2
          Hardware: x86
                OS: Windows
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: visuald
          Assignee: nobody@puremagic.com
          Reporter: laszloszeremi@outlook.com

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.

--