[wasm][debugger] Fixing async locals in nested ContinueWith blocks (#56911)
authorThays Grazia <thaystg@gmail.com>
Fri, 6 Aug 2021 19:54:40 +0000 (16:54 -0300)
committerGitHub <noreply@github.com>
Fri, 6 Aug 2021 19:54:40 +0000 (14:54 -0500)
commitc1351d653f98bd5d0c6b4243012eef384c2820f0
treeab1242feb47ea0e97ddcd025eeb7e15dbaa5ed17
parent1a3378df5942fb6504bea65923e4c5d7b95f9e79
[wasm][debugger] Fixing async locals in nested ContinueWith blocks (#56911)

* Adding test for #41984

* Adding old @radical tests and fixing it.

* Fixing tests.

* Update src/mono/wasm/debugger/BrowserDebugProxy/MonoSDBHelper.cs

Co-authored-by: Ankit Jain <radical@gmail.com>
* Update src/mono/wasm/debugger/tests/debugger-test/debugger-async-test.cs

Co-authored-by: Ankit Jain <radical@gmail.com>
* Addressing @radical comments.

* Addressing @radical comments.

* Addressing @radical comments.

Co-authored-by: Ankit Jain <radical@gmail.com>
src/mono/wasm/debugger/BrowserDebugProxy/MonoSDBHelper.cs
src/mono/wasm/debugger/DebuggerTestSuite/AsyncTests.cs [new file with mode: 0644]
src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs
src/mono/wasm/debugger/DebuggerTestSuite/GetPropertiesTests.cs
src/mono/wasm/debugger/DebuggerTestSuite/Tests.cs
src/mono/wasm/debugger/tests/debugger-test/debugger-async-test.cs [new file with mode: 0644]
src/mono/wasm/debugger/tests/debugger-test/debugger-test2.cs