[wasm][debugger] - RuntimeError: memory access out of bounds (#51859)
authorPavel Savara <pavelsavara@microsoft.com>
Fri, 7 May 2021 14:48:49 +0000 (16:48 +0200)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 14:48:49 +0000 (16:48 +0200)
commit5fcf8cbd651e86105172653155595b80818fa9a5
tree37667951026fe2b1ddf164b1567c14e2dbd9ddb4
parent9d46a821f2778bd819581786c78f856de66e1288
[wasm][debugger] - RuntimeError: memory access out of bounds (#51859)

- fix null reference in describe_value() + add tests for it
- fix null reference in PDB load
- improved handling of targetCrashed in Inspector
- add windows chrome to probe path
- include debugging payload into test failure exception for easier debugging
- make it possible to compile with WasmBuildNative=true
- make it possible to compile with Debug runtime
src/mono/mono/mini/mini-wasm-debugger.c
src/mono/wasm/README.md
src/mono/wasm/build/WasmApp.InTree.targets
src/mono/wasm/build/WasmApp.targets
src/mono/wasm/debugger/DebuggerTestSuite/AssignmentTests.cs [new file with mode: 0644]
src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestBase.cs
src/mono/wasm/debugger/DebuggerTestSuite/Inspector.cs
src/mono/wasm/debugger/tests/Directory.Build.props
src/mono/wasm/debugger/tests/debugger-test/debugger-assignment-test.cs [new file with mode: 0644]
src/mono/wasm/debugger/tests/debugger-test/debugger-test.csproj