diff --git a/src/mono/wasm/debugger/DebuggerTestSuite/FirefoxInspectorClient.cs b/src/mono/wasm/debugger/DebuggerTestSuite/FirefoxInspectorClient.cs index 46d411b6fa828f..4cb831d6e3878e 100644 --- a/src/mono/wasm/debugger/DebuggerTestSuite/FirefoxInspectorClient.cs +++ b/src/mono/wasm/debugger/DebuggerTestSuite/FirefoxInspectorClient.cs @@ -235,6 +235,7 @@ public override Task SendCommand(SessionId sessionId, string method, JOb msgId = new FirefoxMessageId("", 0, to_str); pending_cmds.AddOrUpdate(msgId, tcs, (key, oldValue) => tcs); + logger.LogTrace($"SendCommand: to: {args}"); var msg = args.ToString(Formatting.None); var bytes = Encoding.UTF8.GetBytes(msg);