Closed
Description
Steps to reproduce:
- Create a new flutter application with the demo app.
- Set a breakpoint on the line with "_counter++;"
- Debug "main.dart.
- Add 6 lines of comments above the breakpoint. Do not save or reload.
- Click the (+) button in the demo app.
EXPECTED: Program stops at breakpoint in the original, unedited source code. This source code is known to the vm and is available through the vm service.
ACTUAL: Breakpoint is apparently ignored.
cc'ing @johnmccutchan