Skip to content

Instantly share code, notes, and snippets.

@rhizoome
Created June 8, 2017 15:21
Show Gist options
  • Save rhizoome/75da6a38b618b7dd6ffca7ef5fb94256 to your computer and use it in GitHub Desktop.
Save rhizoome/75da6a38b618b7dd6ffca7ef5fb94256 to your computer and use it in GitHub Desktop.
foo python reverse debug with rr
(rr) source /usr/share/doc/python3.5/examples/gdb/libpython.py
(rr) py-bt
Traceback (most recent call first):
File "py.py", line 1, in huhu
def huhu(a):
File "py.py", line 7, in <module>
print(huhu(3))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment