ios - Move execution point in Xcode/lldb -


is there way set execution point while debugging xcode/lldb? more specific, after hitting breakpoint, moving execution point manually line of code?

if you're looking @ moving or down in method can click , drag green arrow specific point. if want line before breakpoint. click on green arrow produced , drag up. if hit run you'll hit breakpoint again


Comments