debugger doesn't fall into for loop, using stepOver command, but surprisingly stepInto works. ``` for (step in 0...steps.length) { if (steps[step] != updatedSteps[step]) ```