-
Notifications
You must be signed in to change notification settings - Fork 82
On variable drill down, inherited fields are not visible #1263
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
Comments
This is one level up in the stack. In this case, |
I don't see the same outcome - I wonder if this is could be related to dart-lang/sdk#45266. |
I created a smaller repro - apparently evaluation works fine, but local variables returned from dwds do not contain inherited fields - note that watch window and expression evaluation box evaluate We currently use ddc runtime function webdev/dwds/lib/src/debugging/instance.dart Line 276 in 51ad9e7
Suggestion:
code example:
|
This thread is now split into the following two issues, closing as duplicate: |
In the variables window here,
this
is of typePageController
. When I expand, I see fields defined directly in that class. I don't see fields inherited from the superclass,ScrollController
(e.g.,_initialScrollOffset
orkeepScrollOffset
):This is with:
FYI - @annagrin @grouma - not sure how pervasive this is, but I think fairly high priority if so.
The text was updated successfully, but these errors were encountered: