diff --git a/README.md b/README.md index d114f75aaf..2b05cce963 100644 --- a/README.md +++ b/README.md @@ -683,8 +683,9 @@ _Libraries for debugging code._ - [scalene](https://github.com/plasma-umass/scalene) - A high-performance, high-precision CPU, GPU, and memory profiler for Python. - Others - [django-debug-toolbar](https://github.com/django-commons/django-debug-toolbar) - Display various debug information for Django. - - [icecream](https://github.com/gruns/icecream) - Inspect variables, expressions, and program execution with a single, simple function call. - [flask-debugtoolbar](https://github.com/pallets-eco/flask-debugtoolbar) - A port of the django-debug-toolbar to flask. + - [PyViz](https://pyrunner-kfoc.onrender.com/) - Free zero-lag, client-side Python execution debugger and memory call stack visualizer running on WebAssembly. + - [icecream](https://github.com/gruns/icecream) - Inspect variables, expressions, and program execution with a single, simple function call. ### Build Tools