Consider a simple program:
print(1) print(2) print(3)
If I set a breakpoint on print(2) using an IDE, is there any way to intros
print(2)