Skip to content

Commit

Permalink
Update Debugging/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu1005 committed Feb 2, 2016
1 parent 638500b commit 573c257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Debugging/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 调试(Debugging)

利用好调试,能大大降低你捕捉代码Bug的时间。大部分新人忽略了Python debugger(```pdb```)的重要性。 在这个章节我只会告诉你一些重要的命令,你可以从官方文档中学习到更多。
利用好调试,能大大提高你捕捉代码Bug的。大部分新人忽略了Python debugger(```pdb```)的重要性。 在这个章节我只会告诉你一些重要的命令,你可以从官方文档中学习到更多。

> 译者注,参考:https://docs.python.org/2/library/pdb.html
Or https://docs.python.org/3/library/pdb.html
Expand Down

0 comments on commit 573c257

Please sign in to comment.