Should we stop giving pausing reason?
未关闭
fix it friday
P3
screen: debugger
- 主要语言
- Dart
- 星标
- 1.7k
- 派生
- 404
- 平均合并
- 6 天 17 小时
- 30 天内合并 PR
- 18
描述
file: https://github.com/flutter/devtools/blob/master/packages/devtools_app/lib/src/screens/debugger/debugger_screen.dart
method: _computeStatus
If paused from debugger screen, there is no event.
So the reason may be wrong, as it uses previous event that may be not related to the current pausing.
贡献指南
调研方向
从 packages/devtools_app/lib/src/screens/debugger/debugger_screen.dart 中的 _computeStatus 开始,跟踪从调试器屏幕暂停时如何选择暂停原因。重现该暂停路径,并将报告的原因与前一个事件进行比较;当显示的原因不是取自无关的先前事件,或预期行为已得到明确时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart
- 领域
- devtools
- Issue 类型
- 缺陷
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100