File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ It's a fork/optimized version from [elifiner/pydump](https://github.com/elifiner
9
9
* supported more pdb commnd
10
10
11
11
12
- Pydump writes the traceback of an exception into a file and
12
+ Pydumpling writes the ` python current traceback ` into a file and
13
13
can later load it in a Python debugger. It works with the built-in
14
14
pdb and with other popular debuggers (pudb, ipdb and pdbpp).
15
15
Original file line number Diff line number Diff line change 6
6
* 修复其在2.7及3.10版本中的bug
7
7
* 支持更多的pdb命令
8
8
9
- pydump可以在程序抛出异常时,将异常的traceback写到一个文件中 ,可以稍后在Python调试器中加载它。目前pydump支持很多兼容PDB api的调试器(pdbpp, udb, ipdb)
9
+ pydumpling可以在代码的任何位置中,将当前Python程序的traceback写到一个文件中 ,可以稍后在Python调试器中加载它。目前pydump支持很多兼容PDB api的调试器(pdbpp, udb, ipdb)
10
10
11
11
## 为什么会有Pydump?
12
12
You can’t perform that action at this time.
0 commit comments