.. _forgotten-debug-statement: forgotten-debug-statement / W1515 ================================= **Message emitted:** Leaving functions creating breakpoints in production code is not recommended **Description:** *Calls to breakpoint(), sys.breakpointhook() and pdb.set_trace() should be removed from code that is not actively being debugged.* Created by ``stdlib`` checker