How do I view a Span<Byte> in the Debugger?
Options
Comments
-
The easiest thing would probably be to add a new watch in the Watch tab and use
bytes.ToArray()
to see the contents of the byte array. -
Or just click on the blue Dump link.
-
This should now be fixed in 8.4.9.