diff --git a/docs/examples-debugging.md b/docs/examples-debugging.md index 78a6c9bda0..053e09926c 100644 --- a/docs/examples-debugging.md +++ b/docs/examples-debugging.md @@ -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`