Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[runtime] Call mono_debugger_agent_unhandled_exception when an except…
…ion is marshalled. This means the debugger will be notified of all marshalled exceptions, and consider them unhandled (and break the debugged app into the debugger). There's no corresponding change for CoreCLR, because we have no configuration where we can attach a debugger to a CoreCLR-based app (VSCode doesn't support macOS, and NativeAOT doesn't support debugging). Partial fix for #15037. Fixes dotnet/maui#7176. Ref: dotnet/android#6106
- Loading branch information