<AptiCode/>

Question 453: Which Python module provides a graphical user interface (GUI) for interactive debugging?

tcs
wipro
infosys
general
aptitude
debugging
python-programming

Thepdbmodule in Python provides a command-line interface for debugging. There is no built-in graphical debugger, but external tools likepdb++can provide a graphical user interface.