-
Notifications
You must be signed in to change notification settings - Fork 75
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
Error when sending lookupPackageUris request #1527
Comments
/cc @bkonyi Looks like the problem happens after the response is returned from dwds - should I redirect this to you? It seems that the problem is in |
Ah, I see now. The list of URIs should be |
Fixed in SDK repo. @helin24 pub upgrade should pull the new version of package:vm_service that works with the existing dwds. Please let me know if there is still a problem! |
Closing as fixed, please feel free to reopen if you encounter any issues. |
In a previous version of the Flutter Intellij plugin (65.0), we tried using
lookupPackageUris
to map breakpoints. This did not work when running an app in Chrome - the error the plugin received was:The request was:
{"isolateId":"1","uris":["file:///Users/helinx/IdeaProjects/hello_flutter_external/lib/main.dart"]}
The text was updated successfully, but these errors were encountered: