Open
Description
It would be awesome if there were a feature to view a graph of a buffer.
Given a known type of item at a known index, a graph can be built of the buffer where each type's fields are nodes in the graph that might point to other nodes.
This would help a lot with debugging, since I often find myself trying to decode buffers by hand.