lldb

Why does lldb only show "dyld" in each stack frame on macOS Ventura?

Why does lldb only show "dyld" in each stack frame on macOS Ventura? Question: I maintain a Python library that’s written in C++ (using Pybind11). For the past couple of years, I’ve been able to debug it just fine with lldb, just by compiling the extension in debug mode (i.e.: disabling optimization and including symbols, …

Total answers: 1

how to attach lldb to python installed with python.org installer on OSX

how to attach lldb to python installed with python.org installer on OSX Question: System: Intel MacBook Pro 16" Mac OS 12.5 > lldb –version lldb-1316.0.9.46 Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12) For a simple test case of: # hello_world.py print("hello world") Using python 3.10.6 installed from the python.org website, when I try to attach lldb …

Total answers: 1