There is a problem during debugging when I want to see all the elements of std::map container.When debugger reaches the breakpoint and I want to check the values of the map in element inspector (in 'Locals' windows and in pop-up windows after hovering the variable name with mouse as well) and I'm scrolling down the list of the elements it stops on the 100 element and I can't next elements. The map contains more than 200 elements (map's counter parameter shows this properly) but I can't view them all in the element inspector.The problem appears even in the most simple std::map<int, int> filled with 200 int values.Used Visual C++ setting on first use and nothing changed after that.edit:I have attached the simplest project example that could ever be. I have also attached (inside *.zip file) exported settings in order to reproduce the situation in exactly the same environment settings.
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results
Please wait...