import pdb pdb.set_trace() # jump 6 print() with open('a.txt') as f: pass print() # jump here