Custom states debugging

Is there any way to see the value of an element’s custom state in the debugger?

You can see the value being set if you pause the worflows and watch it going through with ‘Run Next’.

I have not see anything to see the actual current value. During dev, I will drop additional text elements tied back to the custom state to watch what is happening, and then when satisfied all is good simply delete the element. If you put these extra’s at the bottom of the screen, they don’t interfere with your primary content layout and make it easy to delete them.

Thanks @DaveA, this is also the approach I use now. I thought I was missing something obvious - you can inspect all other properties of elements except the ones that are actually interesting to inspect from a debugging perspective :confused: