Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manuels/yp

A reverse debugger for python based on rr
https://github.com/manuels/yp

Last synced: about 2 months ago
JSON representation

A reverse debugger for python based on rr

Awesome Lists containing this project

README

        

# yp
A reverse debugger for python based on rr

## How To Use

git clone [email protected]:manuels/yp.git
apt-get install rr
echo 1 | sudo tee /proc/sys/kernel/perf_event_paranoid
pip install -e ./yp
yp record python3 my_python_script.py
yp replay