[wasm][debugger] Fix source link feature (#49908)
authorThays Grazia <thaystg@gmail.com>
Mon, 22 Mar 2021 02:26:01 +0000 (23:26 -0300)
committerGitHub <noreply@github.com>
Mon, 22 Mar 2021 02:26:01 +0000 (21:26 -0500)
commitb8cba9074cc02be3b0297263c85f7a59b4a8985a
tree7d722d4b056f53ea0dbba5b473425fb757e9b27c
parentbdc8e420aa75999021e06b85e2e1869962730a0f
[wasm][debugger] Fix source link feature (#49908)

* sourcelink test

* Test sourcelink.

* Fix sourcelink.

* Change test name

* Move test to another file.

* Rollback GetSourceLinkUrl

* Changing to make trying to get from a Windows url running on Linux.
src/mono/wasm/debugger/BrowserDebugProxy/DebugStore.cs
src/mono/wasm/debugger/DebuggerTestSuite/BreakpointTests.cs
src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs
src/mono/wasm/debugger/DebuggerTestSuite/Tests.cs
src/mono/wasm/debugger/tests/debugger-test-with-source-link/debugger-test-with-source-link.csproj [new file with mode: 0644]
src/mono/wasm/debugger/tests/debugger-test-with-source-link/test.cs [new file with mode: 0644]
src/mono/wasm/debugger/tests/debugger-test/debugger-test.csproj