Skip to content

Releases: cocolato/pydumpling

v0.1.6

04 Apr 10:29
ef2de67
Compare
Choose a tag to compare
  1. Update the document.
  2. Add catch_any_exception method to do global exception automatic catch.

v0.1.5

20 Mar 14:22
ebd7f84
Compare
Choose a tag to compare
  1. Fixed the compatibility issue with Python 3.12 and add github actions by @uncle-lv
  2. Add catch_any_exception method to do global exception automatic catch and traceback dump by @jennier0107
  3. Add online user document and code doc string by @jennier0107

v0.1.4

13 Mar 13:52
d2ef5ae
Compare
Choose a tag to compare
  1. 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

v0.1.3

12 Mar 14:35
bb6fc75
Compare
Choose a tag to compare
  1. Pydumpling now can be install from pypi: https://pypi.org/project/pydumpling
  2. Use pdm for package management by @uncle-lv
  3. Python2.7 is no longer supported.

Release 0.1.2

28 Feb 03:30
Compare
Choose a tag to compare

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.

28 Feb 03:08
f868f29
Compare
Choose a tag to compare
Merge pull request #6 from cocolato/feat/dump_tb_anywhere

update Readme