From 275f0f32ee0ed7e2fcc3d24ca1bf005dba5d62c4 Mon Sep 17 00:00:00 2001 From: debpriya3011 <167235444+debpriya3011@users.noreply.github.com> Date: Sat, 19 Sep 2026 12:47:28 +0530 Subject: [PATCH] Add PyViz to Debugging Tools --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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