Skip to content

Breakpoint is ignored after code is edited (no reload). #433

Closed
@turnidge

Description

@turnidge

Steps to reproduce:

  1. Create a new flutter application with the demo app.
  2. Set a breakpoint on the line with "_counter++;"

screen shot 2016-11-10 at 1 35 50 pm

  1. Debug "main.dart.
  2. Add 6 lines of comments above the breakpoint. Do not save or reload.

screen shot 2016-11-10 at 1 47 35 pm

  1. Click the (+) button in the demo app.

screen shot 2016-11-10 at 1 48 10 pm

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions