Increase test coverage for debugger panel
未关闭
P2
screen: debugger
tech debt
- 主要语言
- Dart
- 星标
- 1.7k
- 派生
- 404
- 平均合并
- 6 天 17 小时
- 30 天内合并 PR
- 18
描述
We've had a few recent breakages in the debugger panel that our tests didn't catch:
- [ ] Line is not visible when paused at a breakpoint: https://github.com/flutter/devtools/pull/4651
- [ ] Hovercards in debugger don't get removed once hover ends: https://github.com/flutter/devtools/pull/4627
This is a tracking bug for increasing test coverage in the debugger panel
贡献指南
调研方向
首先检查调试器面板以及关联的 pull request 4651 和 4627,然后找到现有的调试器测试。为在断点处暂停时的行可见性,以及 hover 结束后移除 hovercards 添加覆盖。测试能够捕获这两个回归问题即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- dart, flutter
- 领域
- devtools, testing
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 38/100