epdb icon indicating copy to clipboard operation
epdb copied to clipboard

Extended Python Debugger

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

In my effort to get this thing running, I ran into this notification in the python documentation https://docs.python.org/3/library/telnetlib.html just thought to give a heads up if maintainers wanted to keep...

Original use case was using the rich.inspect within epdb session. https://pypi.org/project/rich/ is coloring output and uses UTF-8 characters for tables etc. epdb client was crashing unable to decode: (Epdb) rich.inspect(self,...

The epdb.serve() and epdb.serve_post_mortem() functions now take a 'silent' keyword argument. When set to True, the server does not print any information. When using an Epdb object directly, the same...

Hello. Thanks for your work! Could you please implement some option to prevent messages to process' stdout? I use epdb as remote debugger with `epdb.serve()`. When telnet server is started,...

enhancement