InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Top 16 Python Pdb Projects
-
Project mention: PuDB: A console-based visual debugger for Python | news.ycombinator.com | 2024-12-29
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
You should check out ChatDBG project - which AFAICT goes much further than this work, though in a different direction, and which, among other things, lets the LLM drive the debugging process - has been out since early 2023. We initially did a WinDBG integration but have since focused on lldb/gdb and pdb (the Python debugger), especially for Python notebooks. In particular, for native code, it integrates a language server to let the LLM easily find declarations and references to variables, for example. We spent considerable time developing an API that enabled the LLM to make the best use of the debugger’s capabilities. (It also is not limited to post mortem debugging). ChatDBG’s been out since 2023, though it has of course evolved since that time. Code is here [1] with some videos; it’s been downloaded north of 80K times to date. Our technical paper [2] will be presented at FSE (top software engineering conference) in June. Our evaluation shows that ChatDBG is on its own able to resolve many issues, and that with some slight nudging from humans, it is even more effective.
[1] https://github.com/plasma-umass/ChatDBG (north of 75K downloads to date)
-
-
rmsd
Calculate Root-mean-square deviation (RMSD) of two molecules, using rotation, in xyz or pdb format
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
Project mention: Debugging running Python scripts with PDB via GDB | news.ycombinator.com | 2024-08-10
Probably worth mention madbg⁽¹⁾, a fully-featured remote and preemptive debugger for Python with both a CLI and an API, that allows attaching to running programs preemptively (but does not require gdb).
⁽¹⁾https://github.com/kmaork/madbg
-
pdbp
pdbp (Pdb+): A drop-in replacement for pdb and pdbpp. To replace "pdb", add "import pdbp" to an "__init__.py" file.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Python Pdb discussion
Python Pdb related posts
-
Find a class and run it with feedback
-
Show HN: Clamshell- an experimental Python based shell
-
Useful Python Modules for us
-
What Python debugger do you use?
-
What dev tools do you use in your python projects?
-
Biopython quarry on protein sequencing
-
NoPdb: Non-Interactive Python Debugger
-
A note from our sponsor - InfluxDB
www.influxdata.com | 8 Jul 2025
Index
What are some of the best open-source Pdb projects in Python? This list will help you:
# | Project | Stars |
---|---|---|
1 | pudb | 3,105 |
2 | pdbpp | 1,349 |
3 | MolecularNodes | 1,034 |
4 | ChatDBG | 981 |
5 | pdb-tutorial | 870 |
6 | rmsd | 536 |
7 | pdbr | 346 |
8 | pypdb | 326 |
9 | remote-pdb | 290 |
10 | madbg | 288 |
11 | pdbp | 93 |
12 | nopdb | 83 |
13 | chatpdb | 26 |
14 | PDBaser | 14 |
15 | debuggAIr | 10 |
16 | biomisc | 8 |