未验证 提交 812f8f56 编写于 作者: T Thays Grazia 提交者: GitHub

[wasm][debugger] Fix firefox tests (#71272)

* Fix firefox tests

* Update src/mono/wasm/debugger/BrowserDebugProxy/Firefox/FirefoxMonoProxy.cs
Co-authored-by: NAnkit Jain <radical@gmail.com>

* Remove whitespace
Co-authored-by: NAnkit Jain <radical@gmail.com>
上级 1c8ea708
......@@ -1003,4 +1003,6 @@ internal override async Task<bool> OnGetScriptSource(MessageId msg_id, string sc
return true;
}
internal override Task<DebugStore> LoadStore(SessionId sessionId, bool tryUseDebuggerProtocol, CancellationToken token)
=> base.LoadStore(sessionId, false, token);
}
......@@ -1469,7 +1469,7 @@ internal virtual async Task OnSourceFileAdded(SessionId sessionId, SourceFile so
}
}
internal async Task<DebugStore> LoadStore(SessionId sessionId, bool tryUseDebuggerProtocol, CancellationToken token)
internal virtual async Task<DebugStore> LoadStore(SessionId sessionId, bool tryUseDebuggerProtocol, CancellationToken token)
{
ExecutionContext context = GetContext(sessionId);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册