pydump icon indicating copy to clipboard operation
pydump copied to clipboard

Create coredump like file from Python to post-mortem debug later

Results 4 pydump issues
Sort by recently updated
recently updated
newest added

After reading the contents of file, we close it. `with` statement is handy in this situation

Repro: 1. `python crash_test.py` 2. `python -m pydump crash_test.py.dump` Output: ``` python -m pydump crash_test.py.dump Starting pdb... Traceback (most recent call last): File "C:\app\anaconda3\envs\default\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code,...

Pydump can't get .pyc traceback files if nothing .py file. So, I writing a new feature to fix this.

Getting this error when trying to dump the program state on exception Fatal Python error: Cannot recover from stack overflow. Python runtime state: initialized