I'm dealing with large memory vectors and I'd like to watch them in the debug memory window, but the number of bytes I can display is limited to 4096 so at the moment I display the first 4096 bytes then I do some calculation with the address and I move to the second 4096 bytes and so on.
It would be difficult to allow the user to write the number of the bytes to display instead to force him to choose from a drop down set of values?
TIA