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

Map is formatted as vector #194

Open
ezaquarii opened this issue Jan 13, 2025 · 0 comments
Open

Map is formatted as vector #194

ezaquarii opened this issue Jan 13, 2025 · 0 comments

Comments

@ezaquarii
Copy link

I have unordered_map<int,string> window{{0,"alpha"}, {1,"alpha"}}; The map is properly printed when using print windowstatement in the prompt window, butLocals` window formats the map as list:

  i 32767 
  wlen 2 
- window std::unordered_map with 2 elements 
    [0] 0 
    [1] "alpha" 
    [2] 1 
    [3] "alpha" 

For unordered_map<int,int>, the result is unreadable.

Latest dape from github.

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

No branches or pull requests

1 participant