Use variable count to automatically detect expensive scopes #25296
Labels
debug
Debug viewlet, configurations, breakpoints, adapter issues
feature-request
Request for new features or functionality
*out-of-scope
Posted issue is not in scope of VS Code
Currently debugging a program with a large number of local variables simply crashes the debugger. Does the new inspector protocl let us just query for the number of variables in a scope without getting all of them. If that is possible we could automatically mark some scopes as
expensive
so vscode would not automatically expend them.Here is an example repository made by @weinand
many locals.zip
The text was updated successfully, but these errors were encountered: