-
Notifications
You must be signed in to change notification settings - Fork 144
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
Comments
What exactly needs to be done here? |
@rchiodo @DonJayamanne I had created this issue to track adding a way to filter variables for DS while debugging. Do you still need this? |
The requirement here is, basically filter out modules, built_ins, functions, and any variable starting with '_'. It should also be configurable via settings. |
@karthiknadig When you mean setting, does this mean that this would be a custom 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: |
microsoft/ptvsd#1621 is related |
Not entirely clear to me whether this is still required, given that #127 already separates them into collapsible scopes? |
Since we have separate scopes, and they can be individually configured as hidden, it achieves the same result. |
No description provided.
The text was updated successfully, but these errors were encountered: