Commit fc53ee7
[wasm][debugger] Implement support to modify values. (#49557)
* [wasm][debugger] Implement support to modify values.
* Apply suggestions from code review
Co-authored-by: Larry Ewing <lewing@microsoft.com>
* Adding first test.
* Adding more tests, fixing boolean behavior, ignore value change when the new value type is incompatible.
* Implement set value on object -> property and attribute.
* Fix compilation
* Changing what @radical suggested.
* Adding tests.
* Adding test.
* Fix what @radical suggested.
* Fix compilation.
* Fix what @radical suggested.
Co-authored-by: Larry Ewing <lewing@microsoft.com>1 parent d25620b commit fc53ee7
13 files changed
Lines changed: 794 additions & 44 deletions
File tree
- src/mono
- mono/mini
- wasm
- debugger
- BrowserDebugProxy
- DebuggerTestSuite
- tests/debugger-test
- runtime
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5735 | 5735 | | |
5736 | 5736 | | |
5737 | 5737 | | |
5738 | | - | |
5739 | | - | |
5740 | | - | |
5741 | | - | |
5742 | | - | |
5743 | | - | |
5744 | | - | |
5745 | | - | |
5746 | | - | |
5747 | | - | |
5748 | | - | |
5749 | | - | |
5750 | | - | |
5751 | | - | |
5752 | | - | |
5753 | | - | |
5754 | | - | |
5755 | | - | |
5756 | 5738 | | |
5757 | 5739 | | |
5758 | 5740 | | |
| |||
9183 | 9165 | | |
9184 | 9166 | | |
9185 | 9167 | | |
9186 | | - | |
| 9168 | + | |
| 9169 | + | |
| 9170 | + | |
9187 | 9171 | | |
9188 | 9172 | | |
9189 | 9173 | | |
| |||
9214 | 9198 | | |
9215 | 9199 | | |
9216 | 9200 | | |
9217 | | - | |
| 9201 | + | |
| 9202 | + | |
| 9203 | + | |
9218 | 9204 | | |
9219 | 9205 | | |
9220 | 9206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1754 | 1754 | | |
1755 | 1755 | | |
1756 | 1756 | | |
| 1757 | + | |
| 1758 | + | |
| 1759 | + | |
| 1760 | + | |
| 1761 | + | |
| 1762 | + | |
| 1763 | + | |
| 1764 | + | |
| 1765 | + | |
| 1766 | + | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
| 1770 | + | |
| 1771 | + | |
| 1772 | + | |
| 1773 | + | |
| 1774 | + | |
| 1775 | + | |
1757 | 1776 | | |
1758 | 1777 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
510 | 510 | | |
511 | 511 | | |
512 | 512 | | |
| 513 | + | |
| 514 | + | |
513 | 515 | | |
514 | 516 | | |
515 | 517 | | |
| |||
0 commit comments