Python 3.14 supports attaching pdb to running processes without instrumentation

StasBekman · x · 2026-08-15

Python 3.14+ introduces the ability to attach pdb to a running Python process without any code instrumentation. Stas Bekman updated his 'the-art-of-debugging' repository to demonstrate this feature with PyTorch.

Original post →

More from Research

Research channel →