flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.55k stars 315 forks source link

Devtools Debugger allows setting phantom breakpoints #7072

Open aam opened 7 months ago

aam commented 7 months ago

Clicking on blank space that precedes the line with the code indicates it sets a breakpoint on that line of code, but it is not being actually triggered. See the video below at second 6: cast.webm

aam commented 7 months ago

cc @bkonyi