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

Support setting breakpoints in the application code

Open malor opened this issue 1 year ago • 0 comments

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.

malor avatar Nov 16 '24 08:11 malor