Cannot view Shared Memory in debugger

In the course of some debugging I needed to look at shared memory. I tried to open up the shared memory variable in debugger to view memory contents:



The memory window can’t resolve the shared memory address like it can device global memory. I tried casting the values as shown here but no result.

How do I actually view shared memory? Using NSVSE 2019.