Breakpoint positions are lossy
Đang mở
observatory migration
observatory: missing core functionality
P3
screen: debugger
- Ngôn ngữ chính
- Dart
- Star
- 1.7k
- Fork
- 404
- Merge trung bình
- 6 ngày 17 giờ
- Pull request đã merge (30 ngày)
- 18
Mô tả
Consider the line
```
print(0.toString());
```
both the `print` and `toString` calls can independently have breakpoints.
* DevTools only reports if there is a breakpoint anywhere on the line (lossy reporting of breakpoints set by other precise clients).
* DevTools only allows setting a breakpoint by clicking on the line (lossy setting of breakpoints).
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.