What Python debugger do you use?

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • icecream

    🍦 Never use print() to debug again.

  • I get around this by using loguru (a wrapper around python's logger), so I get information like the calling function and line number with my debugging statements. I don't use it these days (and actually built something extremely similar around the same time), but icecream is another alternative that facilitates debugging-by-print

  • pudb

    Full-screen console debugger for Python

  • I've been using PuDB for a while now.

  • Scout Monitoring

    Free Django app performance insights with Scout Monitoring. Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.

    Scout Monitoring logo
  • PySnooper

    Never use print for debugging again

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Does anyone use python debugger?

    2 projects | /r/Python | 12 Feb 2023
  • No more Print For Debugging In Python Anymore

    2 projects | /r/Python | 24 Jun 2021
  • Writing Python Like Rust

    3 projects | news.ycombinator.com | 28 Jun 2023
  • Trace your Python process line by line with minimal overhead!

    3 projects | news.ycombinator.com | 15 Jan 2023
  • Can anyone share some cool projects done with Python?

    7 projects | /r/Python | 13 Feb 2022