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

Use variable count to automatically detect expensive scopes #25296

Closed
isidorn opened this issue Apr 25, 2017 · 2 comments
Closed

Use variable count to automatically detect expensive scopes #25296

isidorn opened this issue Apr 25, 2017 · 2 comments
Assignees
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

Comments

@isidorn
Copy link
Contributor

isidorn commented Apr 25, 2017

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

@isidorn isidorn added debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality labels Apr 25, 2017
@roblourens
Copy link
Member

I don't know of a way to do that. But we should test whether the issues are with the adapter requesting the props from Node, or only from the adapter sending the response to the client.

@roblourens roblourens added the *out-of-scope Posted issue is not in scope of VS Code label Oct 7, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 7, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

2 participants