Safedump saves Python crash details as local JSON

Safedump is a tool for Python programs that saves useful crash information on your own computer when an error happens. It records local variables, linked error chains, and thread state in a structured JSON file. It does not use a cloud service, accounts, , or send data away from the machine.

It automatically hides secrets and offers privacy levels from 0 to 4. A CLI viewer lets people inspect the saved crash record offline. The project is , has 69 tests, and runs CI across five Python versions.

Four outside contributors added code in the first week after launch, and beginner-friendly issues are labeled.

Key points

  • Safedump stores Python crash details as s.
  • It captures local variables, error chains, and thread state.
  • It avoids cloud accounts, , and remote .
  • It includes automatic secret hiding and privacy levels from 0 to 4.
  • It is , has 69 tests, and runs CI on five Python versions.
Read original