Breakpoint locations after hot-restart
オープン
P2
screen: debugger
- 主要言語
- Dart
- スター
- 1.7k
- フォーク
- 404
- 平均マージ
- 6日 17時間
- マージ済み PR(30日)
- 18
説明
Steps to reproduce:
1. Set a breakpoint on a line, e.g. line 10
2. Edit the file that contains that breakpoint so that the breakpoint location should be moved (e.g. add a new line above line 10, so the breakpoint should now be at line 11)
3. Hot-restart the app
The breakpoint will stay at the old location (line 10) when it should now be at line 11
コントリビューションガイド
調査の方向性
ブレークポイントを設定し、同じファイル内でその上に1行追加して、アプリを hot-restart することで問題を再現します。まず、hot-restart 中に使用されるブレークポイント処理を追跡します。完了条件は、ブレークポイントが古い位置に残るのではなく、編集した行に追従することです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- dart
- 領域
- devtools
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100