- Notifications
You must be signed in to change notification settings - Fork5.2k
[wasm][debugger] Support sending Assembly_Load events on wasm#100941
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[wasm][debugger] Support sending Assembly_Load events on wasm#100941
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Tagging subscribers to this area:@thaystg |
update other assembly_load reference
lewing left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I have some questions but we can discuss them later
…#100941)* Support sending Assembly_Load events on wasm* Update debugger-agent.cupdate other assembly_load reference---------Co-authored-by: Larry Ewing <lewing@microsoft.com>
thaystg commentedMay 23, 2024
@lewing can I backport it to .NET 8 then my new debugger implementation will also work for .NET 8 as it works for MAUI apps. |
Send Assembly_load events correctly if asked by the debugger protocol.