Skip to content
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

no LLDB pretty printer for BTreeMap #123452

Open
jendrikw opened this issue Apr 4, 2024 · 0 comments
Open

no LLDB pretty printer for BTreeMap #123452

jendrikw opened this issue Apr 4, 2024 · 0 comments
Labels
C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-debugging Working group: Bad Rust debugging experiences

Comments

@jendrikw
Copy link
Contributor

jendrikw commented Apr 4, 2024

Meta

rustc --version --verbose:

rustc 1.77.1 (7cf61ebde 2024-03-27)
binary: rustc
commit-hash: 7cf61ebde7b22796c69757901dd346d0fe70bd97
commit-date: 2024-03-27
host: x86_64-unknown-linux-gnu
release: 1.77.1
LLVM version: 17.0.6

https://github.com/rust-lang/rust/blob/master/src/etc/lldb_providers.py and https://github.com/rust-lang/rust/blob/master/src/etc/lldb_lookup.py only have pretty printers for HashMap, not BTreeMap.

image

The screenshot is from Rustrover.
(Unrelated, but the Rc as part of the value type parameter is missing it's type parameters)

@jendrikw jendrikw added the C-bug Category: This is a bug. label Apr 4, 2024
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Apr 4, 2024
@jieyouxu jieyouxu added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-debugging Working group: Bad Rust debugging experiences and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-debugging Working group: Bad Rust debugging experiences
Projects
None yet
Development

No branches or pull requests

3 participants