[Doc] Note where to find start of memory when debugging (#4420)

This commit is contained in:
Jeffrey Charles
2022-07-08 16:23:00 -04:00
committed by GitHub
parent 16cb287c53
commit 28eef73aeb

View File

@@ -35,4 +35,4 @@ If you run into trouble, the following discussions might help:
(lldb) p __vmctx->set()
(lldb) p *foo
```
- The address of the start of instance memory can be found in `__vmctx->memory`