The Python Language Summit 2024: Should we make pdb better?
Briefly

Tian Gao presented desired features for pdb such as more code visibility, colors, customization, and expanded scenario support like threading and remote debugging.
Performance improvement in pdb was emphasized, with sys.monitoring suggested to replace slow sys.trace for up to 100x faster breakpoints, but facing backward compatibility challenges.
Read at Python Software Foundation Blog
[
]
[
|
]