Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: effemmeffe 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
-
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.