Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

UnhandledException Not Firing #421

Open
iBeta666 opened this issue Oct 21, 2022 · 0 comments
Open

UnhandledException Not Firing #421

iBeta666 opened this issue Oct 21, 2022 · 0 comments

Comments

@iBeta666
Copy link

No matter the exception, UnhandledException is not entered. Tried on multiple apps; the exceptions are caught by VS.2019, but the Urho exception event is never fired. I am pretty sure it did work at some time, so I'm thinking perhaps a VS setting could interfere? Still, I wonder if there is a problem?
static TestApp() { UnhandledException += (s, e) => { if (Debugger.IsAttached) Debugger.Break(); e.Handled = true; }; }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant