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

Non-indexed map view for MSVC debugger #9

Merged
merged 9 commits into from
Sep 21, 2018
Merged

Conversation

cmakshin
Copy link
Contributor

This update to the map visualizer shows the key in the name column and the value in the value column, just like std::map and proposed tsl::sparse_map (Tessil/sparse-map#5) visualizers do.

Also I moved the bucket visualizer to the end of the .natvis file in order to keep more important (containers > iterators > internal structures and helpers) parts of the file closer to the top for easier navigation and maintenance.

@Tessil Tessil merged commit 347fe76 into Tessil:master Sep 21, 2018
@Tessil
Copy link
Owner

Tessil commented Sep 21, 2018

Merged the changes, thank you for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants