StyledText in the Debugger

Perhaps someone can help me to “find” the instance of StyledText in the debugger. I can see the name of the variable but not the content?

Maybe you can create a variable that contains StyledText.RTFData, so you can see it in the debugger ? It will be RTF, but it is better than nothing.

Thank you very much. I will try and see what happens.

StyledText is a strange thing - I can not subclass it - it seems to be very restrictive if I try to look at it.

#if debugBuild then
dim DebugStyledText as String = styledText.RTFData
#endif

so it would only be queried in debug runs.