Details
-
Suggestion
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 4.3.0-beta1
-
None
-
6190801bf003ed06f2af29149b1d2b091dafac38
Description
When viewing e.g. a long QByteArray in an external window, then it would be nice if I could check at which position of the QByteArray I am at.
I am currently debugging an issue where I need to extract data from a buffer. I can view the buffer and I have the start- and end positions of the areas I care for. It would be really helpful if I could use that information to spot which areas my program wants to work on.