flutter / flutter/devtools

Breakpoint positions are lossy

Abierto
#4,763 0 comentarios 0 reacciones 0 asignados Ver en GitHub
observatory migration observatory: missing core functionality P3 screen: debugger
Lenguaje dominante
Dart
Estrellas
1.7k
Forks
404
Merge medio
6 d 17 h
PR fusionados (30 d)
18

Descripción

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).

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.