Lldb pretty printers crash with OverflowError

I’m trying to use the lldb pretty printers to display a Zig slice in lldb.

I get OverflowError: int too big to convert in a loop, with no way to break it. I can suspend lldb and then kill it but that’s it.

Any suggestions on how to have the pretty printing code break and display a stack trace?

P.S. I’m on a M2 Mac and latest macOS, running a very recent Zig release.