-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
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
Debugging using gdb is unergonomic #142
Comments
As far as I know, there is nothing we can do in Rust code to aid in this. |
Rust 1.71.0 added the |
I did not mean to close this, mouse slipped. |
There are some examples here for std data structures: https://github.com/rust-lang/rust/blob/master/src/etc/gdb_providers.py Perhaps at some point post-1.0 I can look into this more, but PRs are always welcome. |
I'm trying to debug an issue involving
GenericArray
:That is not helpful at all :( It'd be great to have a gdb pretty-printer that understands
GenericArray
.The text was updated successfully, but these errors were encountered: