Skip to content

Debugger should not step into nonexistent getters.  #2403

Closed
@DartBot

Description

@DartBot

This issue was originally filed by [email protected]


Set breakpoint on line "return this._b". Hit step into.
Expected: debugger steps into bar().
Actual: debugger is paused on "int _b".

class A {
  int _b;
  void foo() {
    return bar(this._b);
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions