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
Stepping into foo, I would expect the sequence of executed lines to look like 6 -> 7 -> 11 but it currently is 7 -> 6 -> 11 which doesn't make much sense.
This behavior appears in all debuggers with any of stable (1.54), beta (1.55) or nightly (1.56) compilers.