Question 456: Which Python module allows you to set breakpoints and inspect variables interactively during program execution?
tcs
wipro
infosys
general
aptitude
debugging
python-programming
Thepdbmodule in Python provides a built-in debugger that allows setting breakpoints and interactively inspecting variables during program execution.