Skip to content

Commit

Permalink
Merge pull request #6 from cocolato/feat/dump_tb_anywhere
Browse files Browse the repository at this point in the history
update Readme
  • Loading branch information
cocolato authored Feb 27, 2023
2 parents 75cdc13 + 61ac87e commit f868f29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It's a fork/optimized version from [elifiner/pydump](https://github.com/elifiner
* supported more pdb commnd


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

Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* 修复其在2.7及3.10版本中的bug
* 支持更多的pdb命令

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

## 为什么会有Pydump?

Expand Down

0 comments on commit f868f29

Please sign in to comment.