Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 211 Bytes

forgotten-debug-statement.md

File metadata and controls

7 lines (4 loc) · 211 Bytes

Pattern: Use of function that creates breakpoint

Issue: -

Description

Calls to breakpoint(), sys.breakpointhook() and pdb.set_trace() should be removed from code that is not actively being debugged.