flutter / flutter/devtools

Display "Loading..." on Debug page after an `IsolateDestroy` event

オープン
#1,221 コメント 0 件 リアクション 1 件 担当者 0 名 GitHub で見る
P3 screen: debugger web debugging
主要言語
Dart
スター
1.7k
フォーク
404
平均マージ
6日 17時間
マージ済み PR(30日)
18

説明

For large applications, creating an isolate can take non-trivial time. Currently DevTools displays `Loading...` while it waits for the initial `getVM` response. This is a nice user experience while `package:dwds` creates the first isolate. Upon a refresh in which `package:dwds` sends an `IsolateDestroy` event, DevTools will properly clear out the content of the Debug page. However, it does not display any indication that it is waiting for an `IsolateCreate` event. Ideally DevTools displays the `Loading...` message again.

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

まず、IsolateDestroy イベントと IsolateCreate イベントに対する Debug ページの処理を追跡します。大規模なアプリケーションで更新を再現し、その後、IsolateDestroy の後にページに "Loading..." が表示され、IsolateCreate が到着するまで表示され続けることを確認します。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
dart
領域
devtools
issue の種類
バグ
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
42/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。