mirror of
https://github.com/ziglang/zig.git
synced 2025-12-14 18:23:12 +00:00
Previously, stepping from the single statement within the loop would always exit the loop because all of the code unrolled from the loop is associated with the same line and treated by the debugger as one line.