python跟踪脚本进度(类似bash-x)

 

#详细追踪
python -m trace --trace jin.py

#显示调用了哪些函数
python -m trace --trackcalls jin.py

  

posted @ 2014-11-06 16:35  kingtigerhu  阅读(528)  评论(0)    收藏  举报