[wasm][debugger] Add per-test ids, and save logs to files for the test, and proxy...
authorAnkit Jain <radical@gmail.com>
Wed, 23 Feb 2022 20:00:00 +0000 (15:00 -0500)
committerGitHub <noreply@github.com>
Wed, 23 Feb 2022 20:00:00 +0000 (15:00 -0500)
commitcf14a837b2d800ec750f2525d0aed015168c2c65
tree4f657021515f77fcce320e027c75573d71f1f8b0
parent2042a5d529849055a35785dc7113cfe6278b757f
[wasm][debugger] Add per-test ids, and save logs to files for the test, and proxy messages (#63564)

* [wasm][debugger] Add test ids, and log test output, and proxy messages

.. to files.

* log level cleanup

* [wasm][debugger] Allow setting proxy port for BrowserDebugHost

.. with `--proxy-port=<port>`.

Fixes https://github.com/dotnet/runtime/issues/65209 .
src/mono/wasm/debugger/BrowserDebugHost/Program.cs
src/mono/wasm/debugger/BrowserDebugProxy/DebuggerProxy.cs
src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs
src/mono/wasm/debugger/BrowserDebugProxy/MonoProxy.cs
src/mono/wasm/debugger/DebuggerTestSuite/BadHarnessInitTests.cs
src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs
src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj
src/mono/wasm/debugger/DebuggerTestSuite/Inspector.cs
src/mono/wasm/debugger/DebuggerTestSuite/README.md [new file with mode: 0644]
src/mono/wasm/debugger/DebuggerTestSuite/TestHarnessStartup.cs
src/mono/wasm/debugger/DebuggerTestSuite/appsettings.json