diff --git a/README.md b/README.md index 2ff06e0271..bf3def2c41 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-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.