Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manuels/yp
- Owner: manuels
- License: other
- Created: 2021-10-20T13:27:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-20T13:48:45.000Z (about 3 years ago)
- Last Synced: 2024-10-15T22:07:02.837Z (3 months ago)
- Language: C
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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