Unintuitve stepping behavior for match
expressions in a debugger
#87817
Labels
A-debuginfo
Area: Debugging information in compiled programs (DWARF, PDB, etc.)
C-bug
Category: This is a bug.
Given some code like:
Stepping into
foo
, I would expect the sequence of executed lines to look like6 -> 7 -> 11
but it currently is7 -> 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.
Ubuntu.2021-08-06.10-33-55.mp4
The text was updated successfully, but these errors were encountered: