further memory view work: tighter byte context viz, fix missing callstack frames, fix zooming, struct member annotations

This commit is contained in:
Ryan Fleury
2026-04-14 15:35:12 -07:00
parent ee6d9b3a32
commit 3161fda982
7 changed files with 339 additions and 204 deletions
+2
View File
@@ -540,6 +540,8 @@ RD_VocabTable:
```
@inherit(tab) x:
{
@display_name("Zoom") @description("The zoom level for displaying bytes in the memory view.")
@default(1) 'zoom': @range[0.25, 2] f32,
@display_name("Base Address") @description("An expression which refers to the base address of data which should be viewed as memory.")
'expression': expr_string,
@display_name("Address Range Size") @description("The number of bytes of the viewed memory range.")