flutter / flutter/devtools

Breakpoint positions are lossy

Open
#4,763 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.