You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
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; }; }
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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; }; }
The text was updated successfully, but these errors were encountered: