Debug of bash , perl and python

1.bash -x   script
2.perl -d  script

3. python -m pdb script

n: execute the next line

s: execute the statement and run into it

c: run to the breakpoint

b lineNum : breakpoint in the script file of perl

 

posted on 2013-09-25 20:39  you Richer  阅读(135)  评论(0编辑  收藏  举报