Can you change the current line of execution while debugging in Xcode?
debugging, xcode
Solution
Xcode changed from being able to drag the instruction pointer from the left, to a completely new visual item and moved it to the far right.
The hamburger icon (shown in the image below) is actually the drag handle for the current instruction pointer.
Problem
The debugger lets me drag the little green line pointer, but it seems it has no effect at all and when I step it behaves as though I never dragged it. Just wondering if the bug is: - That it's not correctly changing the current execution pointer, or - That it's allowing me to drag the thing at all.