mblair@warpcore ~/Glasgow % lldb ~/.local/pipx/venvs/glasgow/bin/python -- ~/.local/bin/glasgow -v list (lldb) target create "/Users/mblair/.local/pipx/venvs/glasgow/bin/python" Current executable set to '/Users/mblair/.local/pipx/venvs/glasgow/bin/python' (x86_64). (lldb) settings set -- target.run-args "/Users/mblair/.local/bin/glasgow" "-v" "list" (lldb) run Process 5794 launched: '/Users/mblair/.local/pipx/venvs/glasgow/bin/python' (x86_64) Process 5794 stopped * thread #2, stop reason = exec frame #0: 0x0000000100011ae0 dyld`_dyld_start dyld`: -> 0x100011ae0 <+0>: movq %rsp, %rdi 0x100011ae3 <+3>: pushq $0x0 0x100011ae5 <+5>: movq $0x0, %rbp 0x100011aec <+12>: andq $-0x10, %rsp Target 0: (Python) stopped. (lldb) continue Process 5794 resuming D: g.device.hardware: found revC3 device with serial C3-20240519T143424Z Process 5794 stopped * thread #2, queue = 'com.apple.main-thread', stop reason = signal SIGABRT frame #0: 0x00007ff81a6bcfce libsystem_kernel.dylib`__pthread_kill + 10 libsystem_kernel.dylib`: -> 0x7ff81a6bcfce <+10>: jae 0x7ff81a6bcfd8 ; <+20> 0x7ff81a6bcfd0 <+12>: movq %rax, %rdi 0x7ff81a6bcfd3 <+15>: jmp 0x7ff81a6b7185 ; cerror_nocancel 0x7ff81a6bcfd8 <+20>: retq Target 0: (Python) stopped. (lldb)