GitHub
github.com › pdbpp › pdbpp
GitHub - pdbpp/pdbpp: pdb++, a drop-in replacement for pdb (the Python debugger) · GitHub
Since pdb++ is not a valid package name the package is named pdbpp: $ pip install pdbpp · pdb++ is also available via conda: $ conda install -c conda-forge pdbpp · Alternatively, you can just put pdb.py somewhere inside your PYTHONPATH.
Starred by 1.5K users
Forked by 74 users
Languages Python
PyPI
pypi.org › project › pdb-tools
pdb-tools · PyPI
# To download git clone https://github.com/haddocking/pdb-tools cd pdb-tools # To update git pull origin master # To install python setup.py install
» pip install pdb-tools
Published Feb 03, 2026
Version 2.6.1
Repository https://github.com/haddocking/pdb-tools
Homepage http://bonvinlab.org/pdb-tools
Intro to PDB, the Python Debugger
Python Debugger ++, shortened to pdbpp, is very good IMO. It allows for sticky mode where it'll always show you the code that you are debugging. Otherwise I need the code open in a separate pane just to see where I am in the code while debugging. More on reddit.com
pdb++, a drop-in replacement for pdb
How is this better than ipdb? More on reddit.com
Videos
GitHub
github.com › mdmintz › pdbp
GitHub - mdmintz/pdbp: pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. To replace "pdb", add "import pdbp" to an "__init__.py" file.
pdbp (Pdb+) makes Python debugging a lot easier (and more fun!) pip install pdbp · Then add import pdbp to an __init__.py of your project, which will automatically make Pdb+ the default debugger at breakpoints: import pdbp · (If using flake8 ...
Starred by 111 users
Forked by 5 users
Languages Python 100.0% | Python 100.0%
Labstructbioinf
labstructbioinf.github.io › localpdb › setup
Setup - localpdb
pip install git+https://github.com/labstructbioinf/localpdb.git · Once installed localpdb you need to setup the database in a suitable directory: localpdb_setup -db_path /path/to/localpdb Setup script provides additional options if you want to additionally keep the updatable archive of the ...
pdb-tools
bonvinlab.org › pdb-tools
pdb-tools | A swiss army knife for editing PDB files.
pdb-tools are available on PyPi and can be installed though pip. This is the recommended way as it makes updating/uninstalling rather simple: ... Because we use semantic versioning in the development of pdb-tools, every bugfix or new feature results in a new version of the software that is automatically published on PyPI. As such, there is no difference between the code on github and the latest version you can install with pip.
GitHub
github.com › haddocking › pdb-tools
GitHub - haddocking/pdb-tools: A dependency-free cross-platform swiss army knife for PDB files. · GitHub
The philosophy of the scripts is simple: one script, one task. If you want to do two things, pipe the scripts together. Requests for new scripts will be taken into consideration - use the Issues button or write them yourself and create a Pull Request. pdb-tools are available on PyPi and can be installed though pip.
Starred by 449 users
Forked by 120 users
Languages Python 99.8% | TeX 0.2%
GitHub
github.com › romanvm › python-web-pdb
GitHub - romanvm/python-web-pdb: Web-based remote UI for Python's PDB debugger
Starred by 530 users
Forked by 50 users
Languages Python 48.9% | JavaScript 38.7% | HTML 9.7% | CSS 2.7% | Python 48.9% | JavaScript 38.7% | HTML 9.7% | CSS 2.7%
GitHub
github.com › ionelmc › python-remote-pdb
GitHub - ionelmc/python-remote-pdb: Remote vanilla PDB (over TCP sockets). · GitHub
Free software: BSD 2-Clause License · pip install remote-pdb · To open a remote PDB on first available port: from remote_pdb import set_trace set_trace() # you'll see the port number in the logs ·
Starred by 301 users
Forked by 29 users
Languages Python 85.6% | PowerShell 14.4%
p1-insta485-static
eecs485staff.github.io › p1-insta485-static › setup_pdb.html
Python Debugging | p1-insta485-static
Install pdbp (AKA PDB+). If you set up a virtual environment, you’ll have to install it again in your virtual environment. $ pip3 install pdbp · Pitfall: Avoid using pdbpp (AKA PDB++) as it is no longer maintained. Create a sample file called pdbtest.py to debug.
PyPI
pypi.org › project › python-pdb
python-pdb · PyPI
git clone https://github.com/benjiemc/PythonPDB.git # or using SSH git clone git@github.com:benjiemc/PythonPDB.git cd PythonPDB/ ... and then install the package with development dependencies (best practice is to use a virtual environment).
» pip install python-pdb
Published Mar 19, 2024
Version 0.1.3
GitHub
github.com › gotcha › ipdb
GitHub - gotcha/ipdb: Integration of IPython pdb · GitHub
Starred by 2K users
Forked by 151 users
Languages Python
PyPI
pypi.org › project › pdbpp
pdbpp · PyPI
Download the file for your platform. If you're not sure which to choose, learn more about installing packages. ... Filter files by name, interpreter, ABI, and platform. If you're not sure about the file name format, learn more about wheel file names. ... Details for the file pdbpp-0.12.1.tar.gz.
» pip install pdbpp
GitHub
github.com › williamgilpin › pypdb
GitHub - williamgilpin/pypdb: A Python API for the RCSB Protein Data Bank (PDB)
... To install the development version, which contains the latest features and fixes, install directly from GitHub using · $ pip install git+https://github.com/williamgilpin/pypdb
Starred by 332 users
Forked by 76 users
Languages Python 99.9% | Shell 0.1% | Python 99.9% | Shell 0.1%
GitHub
github.com › labstructbioinf › localpdb
GitHub - labstructbioinf/localpdb: Python package to manage protein structures and their annotations
already use Biopython Bio.PDB.PDBList ... To find more about the package and its functionalities please follow the docs. pip install localpdb ·...
Starred by 45 users
Forked by 5 users
Languages Python 100.0% | Python 100.0%
PyPI
pypi.org › project › django-pdb
django-pdb · PyPI
Download the file for your platform. If you're not sure which to choose, learn more about installing packages. ... Details for the file django-pdb-0.6.2.tar.gz.
» pip install django-pdb