User Buffers in RapidSetupX

How can I watch/scope user buffers in RapidSetupX?
On a related note, how can I watch/scope an arbitrary firmware address?
And, how can I get a host/firmware address for something visible in the watch window?

Currently, we only allow Memory items to be scoped.

You can view UserBuffer in the Watch window by selecting the Memory option. To see the host and firmware addresses next to each item, enable Developer Mode.

How do I view user buffer index #n?
Is there any way to view an arbitrary firmware address?

Also, it would be cool if I could copy the firmware address from the GUI.

Blockquote

So it shall be in 10.6.8.

Not at present. We’ll investigate how to get this in.

The given UserBuffer address is for UserBuffer[0]. Theoretically you could calculate the offset, knowing that they are byte addresses and 32-bit (4-byte) registers.