Skip to content

Garbage logs when using Flutter web with IntelliJ + Breakpoints. #114659

@Pacane

Description

@Pacane

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.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    r: duplicateIssue is closed as a duplicate of an existing issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions