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

Provide a way to filter variables #188

Closed
karthiknadig opened this issue Jul 31, 2019 · 7 comments
Closed

Provide a way to filter variables #188

karthiknadig opened this issue Jul 31, 2019 · 7 comments
Labels
enhancement New feature or request

Comments

@karthiknadig
Copy link
Member

No description provided.

@fabioz
Copy link
Collaborator

fabioz commented Dec 27, 2019

What exactly needs to be done here?

@karthiknadig
Copy link
Member Author

@rchiodo @DonJayamanne I had created this issue to track adding a way to filter variables for DS while debugging. Do you still need this?

@karthiknadig
Copy link
Member Author

The requirement here is, basically filter out modules, built_ins, functions, and any variable starting with '_'. It should also be configurable via settings.

@fabioz
Copy link
Collaborator

fabioz commented Jan 14, 2020

@karthiknadig When you mean setting, does this mean that this would be a custom setDebuggerProperty that the VSCode Python extension would call?

When you say "also", does this mean that it's something as launch configuration + setDebuggerProperty?

Related to how to set it, would it be something as: filter: ['module', 'builtin', 'function', 'private']?

@int19h
Copy link
Contributor

int19h commented Jan 18, 2020

microsoft/ptvsd#1621 is related

@int19h int19h transferred this issue from microsoft/ptvsd May 4, 2020
@int19h
Copy link
Contributor

int19h commented May 4, 2020

Not entirely clear to me whether this is still required, given that #127 already separates them into collapsible scopes?

@int19h
Copy link
Contributor

int19h commented Jun 19, 2020

Since we have separate scopes, and they can be individually configured as hidden, it achieves the same result.

@int19h int19h closed this as completed Jun 19, 2020
@int19h int19h added the enhancement New feature or request label Jun 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants