malor / cpython-lldb

LLDB extension for debugging Python programs
MIT License
80 stars 4 forks source link

Support setting breakpoints in the application code #72

Open malor opened 1 week ago

malor commented 1 week ago

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 level function being executed.