[Issue 23843] New: Visual Studio no longer can be set to break on user-handled D exceptions
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Apr 16 20:00:46 UTC 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 at puremagic.com
Reporter: laszloszeremi at 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.
--
More information about the Digitalmars-d-bugs
mailing list