Skip to content

[debugger] Export mono_debugger_agent_unhandled_exception to avoid usage of Debugger.Mono_UnhandledException - #55963

Merged
marek-safar merged 3 commits into
dotnet:mainfrom
thaystg:thays_implement_mono_debugger_unhandled
Jul 21, 2021
Merged

[debugger] Export mono_debugger_agent_unhandled_exception to avoid usage of Debugger.Mono_UnhandledException#55963
marek-safar merged 3 commits into
dotnet:mainfrom
thaystg:thays_implement_mono_debugger_unhandled

Conversation

@thaystg

@thaystgthaystg commented Jul 19, 2021

Copy link
Copy Markdown
Member

Avoid regressing behavior that we had on mono/mono.
Xamarin Android team will be able to use mono_debugger_agent_unhandled_exception, and do not use Debugger.Mono_UnhandledException(as it does not exist on net6).
Related to #55904

Xamarin Android team will be able to use mono_debugger_agent_unhandled_exception, and do not use Debugger.Mono_UnhandledException(as it does not exist on net6).
@ghost

Copy link
Copy Markdown

Tagging subscribers to this area: @thaystg
See info in area-owners.md if you want to be subscribed.

Issue Details

Avoid regressing behavior that we had on mono/mono.
Xamarin Android team will be able to use mono_debugger_agent_unhandled_exception, and do not use Debugger.Mono_UnhandledException(as it does not exist on net6).

Author:thaystg
Assignees:-
Labels:

area-Debugger-mono

Milestone:-

@thaystg
thaystg marked this pull request as ready for review July 19, 2021 20:56
@thaystg

Copy link
Copy Markdown
MemberAuthor

/backport to release/6.0-preview7

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/6.0-preview7: https://github.com/dotnet/runtime/actions/runs/1046803041

@thaystgthaystg removed the NO-MERGE The PR is not ready for merge yet (see discussion for detailed reasons) label Jul 20, 2021
@thaystg

Copy link
Copy Markdown
MemberAuthor

/backport to release/6.0-preview7

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/6.0-preview7: https://github.com/dotnet/runtime/actions/runs/1050405276

@marek-safar
marek-safar merged commit 3746672 into dotnet:mainJul 21, 2021
@ghostghost locked as resolved and limited conversation to collaborators Aug 20, 2021
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@thaystg@vargaz@marek-safar