[ ] Option for full resolution (incl. sizes) vs. marking start
[x] #13
[ ] Implement Data Breakpoint (Watchpoint) UI
Implement Register View?
[ ] Register + memory linkage to show registers pointing at memory regions?
Since registers are supposed to be handled in the variables request, maybe there's no need for a separate view in the Memory Inspector? Are there areas where we can go beyond the presentation in the Variables Widget?
Implement Contribution System?
Idea here would be to identify behavior that differs among adapters and let plugins that contribute debuggers also modify Memory Inspector behavior. Some areas that might differ: resolving variable sizes or internal structure, memory searchability, variable reference syntax (though the memory reference field of the DAP mostly covers that).
Description