Closed
Description
Previous ID | SR-12783 |
Radar | rdar://problem/63089113 |
Original Reporter | arturgrigor (JIRA User) |
Type | Bug |
Status | Resolved |
Resolution | Done |
Attachment: Download
Environment
Xcode 11.4.1 (11E503a)
Additional Detail from JIRA
Votes | 0 |
Component/s | LLDB for Swift |
Labels | Bug |
Assignee | @adrian-prantl |
Priority | Medium |
md5: 2bc1e51cbad50b5f27bbf76dfa2b8642
Issue Description:
The debugger from Xcode 11.4.1 (11E503a) fails to print information about variables using the po, p or e command.
Example command: po insets
Result: error: Couldn't IRGen expression, no additional error
✅ I fixed my issue by removing a linked framework after seeing the debugger logs which I attached to this ticket but I think that the debugger should do better at informing the users about these problems.