当前位置:编程学习 > python >>

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
补充:Web开发 , Python ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,