flutter / flutter/devtools

Breakpoint positions are lossy

Đang mở
#4,763 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
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

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.