From 415feacf3749ccea9f04f7ff8282d3fae077e13e Mon Sep 17 00:00:00 2001 From: Hrinkar Bothra Date: Mon, 7 Sep 2026 01:14:57 +0530 Subject: [PATCH 1/2] Add Rewind to Debugging Tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2ff06e0271..8861834fe4 100644 --- a/README.md +++ b/README.md @@ -674,6 +674,7 @@ _Libraries for debugging code._ - [pudb](https://github.com/inducer/pudb) - A full-screen, console-based Python debugger. - Tracing - [hunter](https://github.com/ionelmc/python-hunter) - A flexible code tracing toolkit. + - [rewind](https://github.com/hrinkar01/rewind) - A time-travel debugger with live in-browser hot-patching. - Profiler - [py-spy](https://github.com/benfred/py-spy) - A sampling profiler for Python programs. Written in Rust. - [memray](https://github.com/bloomberg/memray) - A memory profiler that tracks allocations in Python code, native extensions, and the interpreter itself. From 2f5d5e314345f578e30e77095b1f942638f70fd2 Mon Sep 17 00:00:00 2001 From: Hrinkar Bothra Date: Mon, 7 Sep 2026 01:49:46 +0530 Subject: [PATCH 2/2] Update rewind-debug entry name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8861834fe4..bf3def2c41 100644 --- a/README.md +++ b/README.md @@ -674,7 +674,7 @@ _Libraries for debugging code._ - [pudb](https://github.com/inducer/pudb) - A full-screen, console-based Python debugger. - Tracing - [hunter](https://github.com/ionelmc/python-hunter) - A flexible code tracing toolkit. - - [rewind](https://github.com/hrinkar01/rewind) - A time-travel debugger with live in-browser hot-patching. + - [rewind-debug](https://github.com/hrinkar01/rewind) - A time-travel debugger with live in-browser hot-patching. - Profiler - [py-spy](https://github.com/benfred/py-spy) - A sampling profiler for Python programs. Written in Rust. - [memray](https://github.com/bloomberg/memray) - A memory profiler that tracks allocations in Python code, native extensions, and the interpreter itself.