Description
Debugger statements can be caught before Python code is committed or deployed. Developers use this Flake8 plugin to find leftover pdb and ipdb breakpoints. Leaving such statements in production can pause programs or expose interactive state, so findings should be fixed promptly.