cpython-lldb icon indicating copy to clipboard operation
cpython-lldb copied to clipboard

LLDB extension for debugging Python programs

Results 4 cpython-lldb issues
Sort by recently updated
recently updated
newest added

Somehow, LLDB versions 12 and newer downloaded from https://apt.llvm.org/ do not work correctly with the official Python Docker images: they fail to produce a valid stack trace after hitting an...

ci
lldb

When I tried to get a backtrace of my script, i got the error `Unsupported PyUnicodeObject kind: 0` I delegated the fix to Codex CLI, it produced this patch, which...

Hi, when use this extension to run `py-bt` in a running Python process on macOS 13.7.1, Python 3.12.5, I get the message "No Python traceback found". I would have expected...

See https://github.com/malor/cpython-lldb/issues/71 for the motivation. We can implement something like https://github.com/kastiglione/lldb-helpers and attach breakpoint commands that would use the implementation of `PyFrameObject` to figure out the name of the application...

enhancement