Breakpoint positions are lossy
Open
observatory migration
observatory: missing core functionality
P3
screen: debugger
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
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).
Contributor guide
Assessment
This issue has not been assessed yet.