Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down