Epdb

Latest version: v0.15.1

Safety actively analyzes 628499 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 2

0.10

-----------------

Added
~~~~~

* 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

0.8.1

------------------

Fixed
~~~~~

* Add cross-session readline history

0.8

----------------

* Initial seperate epdb release

Page 2 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.