Debugging capabilities

Hi all,
Just getting started with PLCnext this week, and I’m trying to troubleshoot a connection to a Profinet device.
Specifically I just want to see INSIDE the octet string that is incoming to see if there are any values changing:
I was able to create a variable, device_input, in my main IEC data table, and assign the input from the device to it.
image.pngimage.pngimage.png
What I’m trying to do now is actually look at what all the specific bits within the „device_input“ array are. I’m able to add the device_input, and even specific elements like device_input[1] to the watch list, but I can’t drill down to the specific bytes.
I feel like I’m missing something, because it seems crazy to me that I can’t just expand the device_input array when I’m online to see all the values inside it:
image.png
Even better would be a way to directly look at the values of the inputs from the device: IE, see inside these grey boxes:
image.png
Or is this just telling me that there’s actually nothing being sent from the device?
Are there better ways to see these internal values without having to create a variable for each one?

Thanks!

plc1.PNG
plc2.PNG
Win10 - PLCnext Engineer 2020.0 LTS - Full-2020-01-20-17-20-02.png
Win10 - PLCnext Engineer 2020.0 LTS - Full-2020-01-20-17-21-29.png
Win10 - PLCnext Engineer 2020.0 LTS - Full-2020-01-20-17-22-15.png

Simply right-click on the variable you want to see online and select „add to watch window“. Inside the watch window you can observe all kinds of variable types and even structs, which cannot be displayed in the variable window.
The watch window can be opened via an icon ath the bottom of PLCnext Engineer.