[wasm] [debugger] Support Exception Break on Debugger (handled and unhandled) (#40480)
authorThays Grazia <thaystg@gmail.com>
Fri, 7 Aug 2020 23:07:48 +0000 (20:07 -0300)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 23:07:48 +0000 (18:07 -0500)
commit20e481843bfbead4987045a5cca5c1aaf9124517
tree74c9e8cb80061e8e6c859a3ef4c37f8653f87448
parent39b9607807f29e48cae4652cd74735182b31182e
[wasm] [debugger] Support Exception Break on Debugger (handled and unhandled) (#40480)

* Support Exception Break on Debugger (handled and unhandled)

Co-authored-by: Ankit Jain <radical@gmail.com>
src/mono/mono/mini/mini-wasm-debugger.c
src/mono/wasm/debugger/BrowserDebugHost/BrowserDebugHost.csproj
src/mono/wasm/debugger/BrowserDebugProxy/AssemblyInfo.cs [deleted file]
src/mono/wasm/debugger/BrowserDebugProxy/BrowserDebugProxy.csproj
src/mono/wasm/debugger/BrowserDebugProxy/DevToolsHelper.cs
src/mono/wasm/debugger/BrowserDebugProxy/MonoProxy.cs
src/mono/wasm/debugger/DebuggerTestSuite/ExceptionTests.cs [new file with mode: 0644]
src/mono/wasm/debugger/DebuggerTestSuite/Support.cs
src/mono/wasm/debugger/tests/debugger-exception-test.cs [new file with mode: 0644]
src/mono/wasm/debugger/tests/other.js
src/mono/wasm/runtime/library_mono.js