iOS Question Debugging arrays

OliverA

Expert
Licensed User
Longtime User
I guess I'm spoiled by the B4J and B4A debugger when it comes to arrays or I'm not using B4i's debugger correctly when it comes to large arrays. In B4J/B4A, a large byte array can be debugged for the first 1000 bytes. In B4i, large arrays just show the size and the first couple of bytes of the array. Is there a configuration item that I'm not aware of that lets me debug arrays in B4i the same way as B4J/B4A? Or am I just running into a debugging limitation when it comes to B4i? (Another array is 240 bytes, but B4i will only show the first 99 bytes, but I need to see values from 160-239 - easy in B4J and B4A).
 
Top