Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix merge
  • Loading branch information
thaystg committed Jan 4, 2023
commit c387f72c889dac19b5357fc75db089e08f95065a
2 changes: 1 addition & 1 deletion src/mono/wasm/debugger/BrowserDebugProxy/MonoProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ private async Task<DebugStore> RuntimeReady(SessionId sessionId, CancellationTok
DebugStore store = await LoadStore(sessionId, token);
context.ready.SetResult(store);
await SendEvent(sessionId, "Mono.runtimeReady", new JObject(), token);
context.SdbAgent.ResetStore(store);
SdbHelper.ResetStore(store);
return store;
}

Expand Down