Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Tooltip/watch missing module members #763

Closed
zooba opened this issue Aug 20, 2018 · 2 comments · Fixed by microsoft/debugpy#127
Closed

Tooltip/watch missing module members #763

zooba opened this issue Aug 20, 2018 · 2 comments · Fixed by microsoft/debugpy#127

Comments

@zooba
Copy link
Member

zooba commented Aug 20, 2018

When expanding a module via a tooltip, not all its members are shown.

Even when expanding a module via the Watch window, it shows more members, but not all of them.

dir(sys) has more than either of them. Ideally, all the same members would appear (even __dunder__ and _internal members - debugging is not the time where it's useful to hide information).

image

@karthiknadig
Copy link
Member

This feels like the same issue as #66

@zooba
Copy link
Member Author

zooba commented Aug 20, 2018

Similar, but worse. Most of the missing items do not have underscores at all - they seems to be mostly functions (often builtin functions) or special types. #66 should also be fixed, of course, but this is much more impactful.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants