You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dart devtools sometimes gets erroneous isolate information from dwds in the middle of hot restart,
for example, getIsolate does not wait for initializations of the new isolate after restart and returns
an isolate with null ID.
This seems to cause various issues after hot restart, including exceptions in debug console, non-working
layout explorer, and disabled breakpoints in the UI - see example in the issue below:
Dart devtools sometimes gets erroneous isolate information from dwds in the middle of hot restart,
for example,
getIsolate
does not wait for initializations of the new isolate after restart and returnsan isolate with null ID.
This seems to cause various issues after hot restart, including exceptions in debug console, non-working
layout explorer, and disabled breakpoints in the UI - see example in the issue below:
Related: flutter/flutter#74903
The text was updated successfully, but these errors were encountered: