[debug] 调试小结

1。strace调试

  strace ls 

  strace -e ls 查看命令调用的systemcall

  strace -e trace=open,read ls /

  strace -o output.txt ls

  strace -t -p pid -o output.txt       跟踪pid进程,输出到output.txt文件中,并且添加时间戳

  

 

posted on 2013-02-14 17:15  leaving  阅读(141)  评论(0编辑  收藏  举报