-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
r: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issue
Description
Using Flutter Web 3.3.4 and IntelliJ 2022.2 on MacOS with the Flutter plugin 70.2.5, also an issue with 71.0.5.
After adding a breakpoint and reaching an exception, I keep getting tons of lines of logs in my IntelliJ console saying
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
Locations: No module for http://localhost:54124/dart_sdk.js
and so on.
The project was launched using IntelliJ's run flutter run configuration, using Chrome (web) device.
edit: I've been able to trigger this more often if I trigger an overflow error in my Flutter app, while watching the logs / have a breakpoint in the same file as the widget overflowing.
it's not 100% reproducible, but I've been able to reproduce it quite consistently in the past days.
Metadata
Metadata
Assignees
Labels
r: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issue
