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

[frontend_server] Expression evaluation is broken after hot restart when debugging flutter code #45266

Closed
annagrin opened this issue Mar 9, 2021 · 0 comments
Assignees
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.

Comments

@annagrin
Copy link
Contributor

annagrin commented Mar 9, 2021

Issue:

Expression evaluation is broken after hot restart on web platform.

Repro:

  • Debug flutter hello_world example in VSCode, stop on a breakpoint in main
  • Type "true" in expression evaluation box, observe result
  • Click hot restart
  • On breakpoint, type "true" in expression evaluation box again

Result:
Internal error: frontend server failed to compile 'true'

Expected:
true

Dart version:

Dart SDK version: 2.13.0-114.0.dev (dev)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop.
Projects
None yet
Development

No branches or pull requests

1 participant