Debugging Python using pdb and pdbrc
`pdb` is the built-in debugger of Python. With the **REPL** (Read-Evaluate-Print-Loop) Python interpretor, the `pdb` debugger can be extremely helpful in the initial development, and of cause, the debugging stages of your project.