A question about prettyprint when using lldb

Hi all,

I tried to PrettyPrint the stmt when lowering to TensorIR in lldb debuger,it went wrong like this:

image

Is there any way to fix this or is there other ways to dump inner information about ObjectRef when using lldb?

Thank you