Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
elifiner committed Jan 9, 2013
1 parent 101a995 commit 9b6a790
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,20 @@ Possible uses
This project (or approach) might be useful in multiprocessing environments
running many unattended processes. The most common case for me is on
production web servers that I can't really stop and debug. For each
exception caught, I write a small pydump file and I can debug each
issue on my own time, on my own box (provided the source is located
in the same place as on the production box).
exception caught, I write a dump file and I can debug each issue on
my own time, on my own box, even if I don't have the source, since
the relevant source is stored in the dump file.

Future enhancements
===================
Version History
===============

* Support more depths for local and global variables
1.1.0
-----

* Now storing built-in datatypes and custom class data members
instead of their string representations.

1.0.0
-----

* First public version

0 comments on commit 9b6a790

Please sign in to comment.