Is there a way to skip a line or two altogether in pdb?
Say I have a pdb session:
> print 10 import pdb; pdb.set_trace() destroy_the_universe() #