Author Topic: Memory window bytes  (Read 3074 times)

Offline effemmeffe

  • Multiple posting newcomer
  • *
  • Posts: 18
Memory window bytes
« on: November 27, 2013, 09:40:49 am »
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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Memory window bytes
« Reply #1 on: November 27, 2013, 10:11:50 am »
Probably it won't but it will slow down stepping if you set it to a large value.
This is the reason it is limited to this low value.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]