We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.14.0-dev.3050+d72f3d353
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.
OverflowError: int too big to convert
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.
I should see my data structure printed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Zig Version
0.14.0-dev.3050+d72f3d353
Steps to Reproduce and Observed Behavior
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.
Expected Behavior
I should see my data structure printed.
The text was updated successfully, but these errors were encountered: