Python Programming - Debugging - Discussion

Discussion Forum : Debugging - General Questions (Q.No. 2)
2.
Which Python module provides a graphical user interface (GUI) for interactive debugging?
pdb
debugger
debugtools
pydebug
Answer: Option
Explanation:
The pdb module in Python provides a command-line interface for debugging. There is no built-in graphical debugger, but external tools like pdb++ can provide a graphical user interface.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.