cpython-lldb
cpython-lldb copied to clipboard
Support setting breakpoints in the application code
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.