Skip to content

Debugger should not step into nonexistent getters. #2403

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DartBot opened this issue Apr 3, 2012 · 4 comments
Closed

Debugger should not step into nonexistent getters. #2403

DartBot opened this issue Apr 3, 2012 · 4 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

Comments

@DartBot
Copy link

DartBot commented Apr 3, 2012

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);
  }
}

@kasperl
Copy link

kasperl commented Apr 11, 2012

Added Triaged label.

@DartBot
Copy link
Author

DartBot commented May 29, 2012

This comment was originally written by [email protected]


Set owner to @mhausner.

@DartBot
Copy link
Author

DartBot commented May 30, 2012

This comment was originally written by @mhausner


I have a fix out for review for this.


Added Accepted label.

@DartBot
Copy link
Author

DartBot commented May 31, 2012

This comment was originally written by @mhausner


Fixed in r8173


Added Fixed label.

@DartBot DartBot added Type-Defect area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. labels May 31, 2012
dart-bot pushed a commit that referenced this issue Mar 27, 2020
git log --pretty=oneline 737f055d0a1cfb348178dbde6bd13f06704bf6d4..f87c05da8cd049efa26891f1e6927dcfe30777f2
f87c05da8cd049efa26891f1e6927dcfe30777f2 (HEAD -> master, origin/master, origin/HEAD) Always normalize paths before they are passed to the analyzer (#2409)
58bd44b5a46f27eae80cb2ec79af2b3f55faf291 hide mark option from outdated (#2403)
395f644e44c5d7d432623fb1ea74948bf05889db Fix pub outdated help messages consistency (#2408)
1b558f251b9b1d990015260ff9819160956c8093 Use different language version API. (#2400)
a9fdf9ff61f01507bbc9bcecc075f11dc09c13b9 Output a summary when there are newer version, but they cannot resolv… (#2387)
e0e396bf2aadbe21be5174784c6f37de87d34493 Outdated fix messages (#2401)

Change-Id: Icf5a6b8ec9ae50148689cac7bfe5fca33043a70a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/141246
Reviewed-by: Jonas Jensen <[email protected]>
Commit-Queue: Kevin Moore <[email protected]>
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Projects
None yet
Development

No branches or pull requests

2 participants