pdb-attach icon indicating copy to clipboard operation
pdb-attach copied to clipboard

A python debugger that can attach to running processes.

Results 8 pdb-attach issues
Sort by recently updated
recently updated
newest added

Current end to end tests pipe stdin from a file, but this makes it impossible to send EOF to the interactive console. Consider adding similar functions like the old (now...

For now, focus on code formatting, type checking, linting, and commit message checking.

* Contributing * API * Supported Python versions

documentation

Currently pdb-attach only support linux.

enhancement

Hi, thanks for the very useful project! I generally like to use [ipdb](https://github.com/gotcha/ipdb) rather than pdb for the full ipython kernel in `interact` mode. This is accomplished by setting the...

A new class that polls the server side socket periodically. This change allows for Windows users to use pdb-attach since the initial method for starting a connection between client and...