How to inspect the bytes contained in a "Foundation.Data" byte buffer in Xcode?
I'm having trouble getting Xcode to show me the underlying memory of a Foundation.Data. I'm parsing a binary format that's passed to my function as a blob in a Data. In the debugger Xcode shows me this: I can control-click…