-
Notifications
You must be signed in to change notification settings - Fork 82
Errors from the BatchedExpressionEvaluator
on object inspection
#2309
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
I did some looking into this. There are a few things we can do to improve this: |
AFAIK there should be no evaluate() calls here - how is the example debugged? Are the images from vscode or devtools? |
I suspect some different logic is used here then we do normally - it would be useful to understand where the evaluate is called from and with with what arguments (might be just not a correct usage of evaluate or a lack of support in dwds) |
@annagrin figured out what the difference was (why she couldn't initially reproduce whereas I could). She had:
@DanTup - what is the rollout status for the new DAPs? |
We're at 100% using SDK DAPs for both Dart and Flutter now: The (If you think there are bugs in the SDK DAPs that aren't in the legacy DAPs, please let me know) |
I found what is going on - we never supported |
Depends on: dart-lang/sdk#54609 |
Yes, I could fix the original bug but the record types still are not displaying correctly due to that additional SDK issue:) |
Related: dart-lang/sdk#54694 |
Update DWDS version on Flutter beta to a hotfix release to resolve: - dart-lang/webdev#2316 - dart-lang/webdev#2309
Update DWDS version on Flutter beta to a hotfix release to resolve: - dart-lang/webdev#2316 - dart-lang/webdev#2309
See for example inspecting a
Record
on chrome:versus on macos:
This is because the library (and therefore the library URI) for the
evaluate
request isnull
:webdev/dwds/lib/src/services/chrome_proxy_service.dart
Line 626 in 7543345
FYI @annagrin
The text was updated successfully, but these errors were encountered: