-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[wasm][debugger] Protecting send message to debugger if it's disabled #61927
Conversation
Tagging subscribers to this area: @thaystg Issue DetailsThis PR fixes this issue: #61917
|
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsThis PR fixes this issue: #61917
|
@lewing should we backport this? |
We need the debugger to work in the release build that we ship in the runtime pack because without the workload that is the only runtime a user has access to. |
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1522689284 |
This PR fixes this issue: #61917
Avoid sending messages to debugger if the debugger is not enabled because it's a release app.