Dart DevTools automatically resumes when opening the tool #56873
Labels
area-dart-cli
Use area-dart-cli for issues related to the 'dart' command like tool.
dart-cli-devtools
Issues related to the 'dart devtools' tool
Say I have this file
t.dart
:and I run it like this:
I'll be told something like
Going to either address will take me to a webpage that after a while says "Disconnected":
At the same time the script will have finished in the terminal:
It seems that it has automatically resumed without me asking it to. Indeed adding another
debugger()
call and it doesn't happen:after opening the tool the output in the terminal is now
Is this the intended behavior, and if it is, why? If not can we have it fixed?
This started to happen with adfbcc7
The text was updated successfully, but these errors were encountered: