User forums > Using Code::Blocks

Memory window bytes

(1/1)

effemmeffe:
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

oBFusCATed:
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.

Navigation

[0] Message Index

Go to full version