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
Update MonoProxy.cs
  • Loading branch information
thaystg authored Sep 23, 2022
commit f3b2b86585ed42e5f724ea6af5feffaf48512fb3
1 change: 0 additions & 1 deletion src/mono/wasm/debugger/BrowserDebugProxy/MonoProxy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ private async Task<bool> IsRuntimeAlreadyReadyAlready(SessionId sessionId, Cance

protected override async Task<bool> AcceptCommand(MessageId id, string method, JObject args, CancellationToken token)
{
System.Diagnostics.Debugger.Launch();
// Inspector doesn't use the Target domain or sessions
// so we try to init immediately
if (id == SessionId.Null)
Expand Down