How to debug in python

Add below line to where you want to check.

 

import pdb; pdb.set_trace()  # stop here.

posted on 2018-03-07 17:22  cdekelon  阅读(79)  评论(0编辑  收藏  举报

导航