Python-pdb skip code (as in “not execute”)

前端 未结 0 2029
庸人自扰
庸人自扰 2021-02-11 16:26

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() #          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题