pdb-attach
pdb-attach copied to clipboard
A python debugger that can attach to running processes.
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.
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...