* epdb now supports a "serve()" command to serve epdb requests remotely
0.9.1.1
--------------------
Fixed ~~~~~
* epdb will automatically switch to the process group with session control, so that in programs where setpgrp() has been called, such processes can still be debugged.
0.9.1
------------------
Fixed ~~~~~
* until now works with filenames * breakpoints/etc that take filenames will also now take sys.module entries, e.g. foo.bar, if sys.modules['foo.bar'] exists.
0.9
----------------
Added ~~~~~
* The new fail_silently_on_ioerror config value will allow you to avoid raising an exception when a breakpoint is hit an no terminal is available. Use with caution as it could allow you to leave unintended breakpoints in your program.
Changed ~~~~~~~
* input is set to /dev/tty as well as output if the current input stream in not a terminal * multiline entries will be stored as one entry
Fixed ~~~~~
* readline history should be much more well behaved