While debugging, after having stepped over a READ operation, I often find myself in an urge to see what has actually been read from the file.
One could go seek for a matching file descriptor entry in code, but many times this is cumbersome.
So, I'd like to propose to not only display a file status for a file handle, but also all corresponding file descriptors assigned to that file handle. I suggest the file descriptor information be displayed as child item(s) of the file status:
Current Situation

Desired Situation

---------------------------------------------------------------------------
FYI: Screenshot of sample project used to create the above mock:




