Clion. How to fetch more context in the memory view?

I'm debugging a nasty bug with memory corruption and i need to see more context in memory view
I've pointed to a variable

and want to see more values of addresses above.
Is it possible to do that without explicitly fetching a lower address? I expect that there's would be a clickable line "click to see more" like you have done in actions view

(... more)

I also feel that this tool should be updated to have more debugging utilities in the developer's disposal. For example quick casting a memory region to a type (with an account to the little endianness for little-endian architectures)

 

2

请先登录再写评论。