[New-bugs-announce] [issue44234] Debugging with LLDB doesn't work for universal2 installer on macOS Big Sur

Ronald Oussoren report at bugs.python.org
Tue May 25 10:20:50 EDT 2021


New submission from Ronald Oussoren <ronaldoussoren at mac.com>:

I've installed python 3.9.5 using the universal2 installer on my M1 MacBook.

Debugging this python using lldb doesn't work because the debugger cannot attach to the (newly launched) binary.  This appears to be due to a missing entitlement in the signed executable.

Background: https://developer.apple.com/forums/thread/676028?answerId=666834022#666834022 (in particular the first reply).

----------
components: Build, macOS
messages: 394356
nosy: ned.deily, ronaldoussoren
priority: normal
severity: normal
stage: needs patch
status: open
title: Debugging with LLDB doesn't work for universal2 installer on macOS Big Sur
type: behavior
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44234>
_______________________________________


More information about the New-bugs-announce mailing list