You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now method breakpoints accepts `expr.name` and `expr#name`.
And with any `expr` can become a pending method bp.
However, general `expr` in other context does not make sense,
so only `ClassName` style expressions can become pending bps.
They can be activated when the `ClassName#foo` is defined.
0 commit comments