Releases: cocolato/pydumpling
Releases · cocolato/pydumpling
v0.1.6
- Update the document.
- Add
catch_any_exception
method to do global exception automatic catch.
v0.1.5
- Fixed the compatibility issue with Python 3.12 and add github actions by @uncle-lv
- Add
catch_any_exception
method to do global exception automatic catch and traceback dump by @jennier0107
- Add online user document and code doc string by @jennier0107
v0.1.4
- pydumpling now supported remote debug, use
python -m pydumpling --rdebug xxx.dump
will open the debugger on port 4444, then we can access pdb do remote debug using telnet or netcat : nc 127.0.0.1 4444
Release 0.1.2
Now we can use command python -m pydumpling --print xxx.dump
and python -m pydumpling --debug xxx.dump
to do quick debug.
Feature by @jennier0107 .
Support do traceback dump erverywhere.
Merge pull request #6 from cocolato/feat/dump_tb_anywhere
update Readme