No BTreeMap BTreeSet debug visualizers for lldb / macOS · Issue #111868 · rust-lang/rust (original) (raw)
It would be great if rust / lldb / codelldb (vscode) shipped with lldb visualizers / synthetic debug providers for BTreeSet and BTreeMap.
There exists a similar issue for Windows / natvis at #90520 , but not for lldb / macOS.
I guess the gdb providers https://github.com/rust-lang/rust/blob/1.69.0/src/etc/gdb_providers.py#L242 need to be ported for
https://github.com/rust-lang/rust/blob/1.69.0/src/etc/lldb_providers.py