# New smell ### Smelly code ```py Import pdb; pdb.set_trace ``` ### Fixed code ```py breakpoint() ``` ### Why is it smelly?