Skip to content

Commit 61ac87e

Browse files
committed
update Readme
1 parent bdd1bf5 commit 61ac87e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ It's a fork/optimized version from [elifiner/pydump](https://github.com/elifiner
99
* supported more pdb commnd
1010

1111

12-
Pydump writes the traceback of an exception into a file and
12+
Pydumpling writes the `python current traceback` into a file and
1313
can later load it in a Python debugger. It works with the built-in
1414
pdb and with other popular debuggers (pudb, ipdb and pdbpp).
1515

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* 修复其在2.7及3.10版本中的bug
77
* 支持更多的pdb命令
88

9-
pydump可以在程序抛出异常时,将异常的traceback写到一个文件中,可以稍后在Python调试器中加载它。目前pydump支持很多兼容PDB api的调试器(pdbpp, udb, ipdb)
9+
pydumpling可以在代码的任何位置中,将当前Python程序的traceback写到一个文件中,可以稍后在Python调试器中加载它。目前pydump支持很多兼容PDB api的调试器(pdbpp, udb, ipdb)
1010

1111
## 为什么会有Pydump?
1212

0 commit comments

Comments
 (0)