We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug Summary: Can not visualize past 1000 elements with ArrayItems in NatVis
Steps to reproduce:
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "(gdb) Launch", "type": "cppdbg", "request": "launch", "program": "${workspaceFolder}/a.out", "args": [], "stopAtEntry": false, "cwd": "${fileDirname}", "environment": [], "externalConsole": false, "MIMode": "gdb", "setupCommands": [ { "description": "Enable pretty-printing for gdb", "text": "-enable-pretty-printing", "ignoreFailures": true }, { "description": "Set Disassembly Flavor to Intel", "text": "-gdb-set disassembly-flavor intel", "ignoreFailures": true } ], "visualizerFile": "MIEngine/bin/DebugAdapterProtocolTests/Debug/CppTests/debuggees/natvis/src/visualizer_files/Simple.natvis" } ] }
Logs are not too useful here. Investigate with debug MIEngine bits.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Bug Summary and Steps to Reproduce
Bug Summary: Can not visualize past 1000 elements with ArrayItems in NatVis
Steps to reproduce:
Debugger Configurations
Debugger Logs
Other Extensions
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: