From e655926c499c3c223648fef155accef6907d0513 Mon Sep 17 00:00:00 2001 From: grun Date: Wed, 7 Mar 2018 19:53:55 -0800 Subject: [PATCH] Add IceCream to Debugging Tools/Other. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bfab2cea..f9fcd2c5 100644 --- a/README.md +++ b/README.md @@ -436,6 +436,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [profiling](https://github.com/what-studio/profiling) - An interactive Python profiler. * [vprof](https://github.com/nvdv/vprof) - Visual Python profiler. * Others + * [IceCream](https://github.com/gruns/icecream) - Inspect variables, expressions, and program execution with a single, simple function call. * [django-debug-toolbar](https://github.com/jazzband/django-debug-toolbar) - Display various debug information for Django. * [django-devserver](https://github.com/dcramer/django-devserver) - A drop-in replacement for Django's runserver. * [flask-debugtoolbar](https://github.com/mgood/flask-debugtoolbar) - A port of the django-debug-toolbar to flask.