Skip to content

[wasm][debugger] Fix evaluate expression on VS #75494

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

Merged
merged 2 commits into from
Sep 13, 2022

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Sep 12, 2022

Not sure why we didn't see we were missing these dll's before.
But without them we cannot evaluate any expression on VS, we get this failure on log:
{"tag":"cdp.receive","timestamp":1663024152976,"metadata":{"connectionId":0,"message":{"id":1035,"sessionId":"4CC28B19CD7A4850DE1BE3536D15B805","error":{"message":"Could not load file or assembly 'Microsoft.CodeAnalysis.Scripting, Version=3.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified."}}},"level":0}

@thaystg thaystg requested a review from lewing September 12, 2022 23:53
@ghost ghost added the area-Build-mono label Sep 12, 2022
@ghost ghost assigned thaystg Sep 12, 2022
@lewing
Copy link
Member

lewing commented Sep 12, 2022

/backport to release/7.0

@github-actions
Copy link
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/3041384638

@thaystg thaystg merged commit 439d6ed into dotnet:main Sep 13, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Oct 13, 2022
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.

3 participants