Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mono][debugger] Send assembly_load events while invoking methods using debugger-libs #98253

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Feb 10, 2024

Fix side effect of don't sending assembly_load while invoking methods.

This changes make the HotReload XAML stop working because they use debugger-libs to invoke method Assembly.Load on runtime and wait to receive assembly load event for this assembly Xamarin.HotReload.Agent. This change is only allowed when debugging using iCorDebug.

#Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1951670

@ghost
Copy link

ghost commented Feb 10, 2024

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

Issue Details

Fix side effect of don't sending assembly_load while invoking methods.

This changes make the HotReload XAML stop working because they use debugger-libs to invoke method Assembly.Load on runtime and wait to receive assembly load event for this assembly Xamarin.HotReload.Agent. This change is only allowed when debugging using iCorDebug.

Author: thaystg
Assignees: -
Labels:

area-Debugger-mono

Milestone: -

@thaystg
Copy link
Member Author

thaystg commented Feb 10, 2024

/backport to release/8.0-staging

Copy link
Contributor

Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/7851728242

@thaystg thaystg merged commit 671a443 into dotnet:main Feb 12, 2024
111 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Mar 14, 2024
Sign up for free to 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.

2 participants