1. Update the document. 2. Add `catch_any_exception` method to do global exception automatic catch.
0.1.5
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](https://pydumpling.readthedocs.io/en/latest/) and code doc string by jennier0107
0.1.4
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`
0.1.3
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.
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.