Description
Debugging sessions can use IPython features inside pdb. Developers use ipdb for interactive breakpoints, inspection, and troubleshooting in Python code. Debug consoles can expose secrets and live state, so they should not be left active in production.