I'm trying to see the contents of an NSData variable data
in the Xcode debugger. This question asks the same thing but regards to an Objective C pointer to an NSData variable. How can you do this with a Swift NSData variable?
Note in this case the data is a String.