bsnes-plus icon indicating copy to clipboard operation
bsnes-plus copied to clipboard

Named data views

Open qwertymodo opened this issue 9 years ago • 2 comments
trafficstars

It would be really neat if the memory editor included some way of labeling a memory location, so you could name known variables. Assign it a location, data type, and name, and then be able to view a list of known labels, like the "Watches" window in Visual Studio. Extending the idea a bit, you could also label known subroutines, which could be useful in breakpoints or trace logging.

Basically, I'm thinking something along the lines of an external symbol table.

qwertymodo avatar Apr 30 '16 18:04 qwertymodo

I second this! There's been several times where I've wanted to keep track of various memory addresses and sometimes they're just too far away to be seen in the same window.

ghost avatar Jul 28 '17 23:07 ghost

Supporting any number of memory monitor views is unrelated to the symbol/label lookup feature, and should be a relative breeze to implement. It would be quite useful, too!

Optiroc avatar Jul 29 '17 06:07 Optiroc