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
test('Into goes to the next Dart location', () async {
The new representation for static call sites inside closures is causing problems with source maps. When paused at a call site stepping "into" does not move into the expected static method.
At this time I expect the fix will be in the Dart SDK by producing source maps that work better for this scenario.