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

[wasm][debugger] Fixing "Frame not in module" after vscode-js-debug changes #87979

Merged
merged 3 commits into from
Jun 29, 2023

Conversation

thaystg
Copy link
Member

@thaystg thaystg commented Jun 23, 2023

Follow up of #87870

@ghost
Copy link

ghost commented Jun 23, 2023

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

Issue Details

Follow up of #87870

Author: thaystg
Assignees: thaystg
Labels:

area-Debugger-mono

Milestone: -

Comment on lines +584 to +585
foreach (ExecutionContext context in contextBag)
context.Destroyed = true;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll probably be looking at this stuff more with the mt+debugging, but it's fine for now.

catch (DebuggerAgentException e)
{
//it's not a wasm page then the command throws an error
if (!e.Message.Contains("getDotnetRuntime is not defined"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might be useful to add a comment next to getDotnetRuntime saying that when changing the name, instances in debugger should be changed too. And we might have this in more than one place?

@thaystg thaystg merged commit b41893b into dotnet:main Jun 29, 2023
15 checks passed
thaystg added a commit to thaystg/runtime that referenced this pull request Jul 3, 2023
thaystg added a commit to thaystg/runtime that referenced this pull request Jul 3, 2023
thaystg added a commit that referenced this pull request Jul 10, 2023
…fter vscode-js-debug bump on VS (#88351)

* Backport #87154 #87870 #87979

* fix compilation error
thaystg added a commit that referenced this pull request Jul 10, 2023
…fter vscode-js-debug bump on VS (#88336)

* Backport #87154 #87870 #87979

* fix compilation

* Backporting more changes
@ghost ghost locked as resolved and limited conversation to collaborators Jul 30, 2023
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