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

前端 未结 0 1697
太阳男子
太阳男子 2021-02-11 16:11

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


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