DescriptionCleanup how a best fit function is found when setting a breakpoint.
1. Look for functions/closures only in the script where the breakpoint
is being set.
2. If an inner most closure is found, return that as the best fit.
3. When going over a class' functions, return immediately when a fit is
found as going over the other class functions will not yield a narrower
fit.
BUG=
R=asiva@google.com
Committed: https://github.com/dart-lang/sdk/commit/1eaa3dd84baf04db4ab7c437c734dceaa27785a3
Patch Set 1 #
Total comments: 6
Patch Set 2 : Address comments #Messages
Total messages: 6 (2 generated)
|