To debug Python scripts, you can use the ____ module to set breakpoints and inspect variable values.

  • debug
  • inspect
  • pdb
  • testing
In Python, the pdb module is used for debugging. It allows you to set breakpoints, step through code, and inspect variable values during program execution.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *