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

https://github.com/strager/lldb-pytrace

Python stack traces from lldb
https://github.com/strager/lldb-pytrace

Last synced: 9 months ago
JSON representation

Python stack traces from lldb

Awesome Lists containing this project

README

          

# lldb-pytrace

lldb-pytrace is a module installable into LLDB (the native
code debugger) which provides basic backtracing from the
CPython virtual machine.

Basic usage:

(lldb) script import pytrace
(lldb) script pytrace.print_python_traceback()