|
|
| Previous ID |
SR-6290 |
| Radar |
rdar://problem/35337096 |
| Original Reporter |
igz (JIRA User) |
| Type |
Bug |
| Status |
Closed |
| Resolution |
Done |
Attachment: Download
Additional Detail from JIRA
|
|
| Votes |
0 |
| Component/s |
LLDB for Swift |
| Labels |
Bug |
| Assignee |
@keith |
| Priority |
Medium |
md5: ea795ebb805bae527b2ecf72fb3ccfc7
Issue Description:
Bad integer values are shown in Xcode's variable view when inspecting dictionaries with string-based enum keys. Correct values are shown when the keys are created with the enum cases' rawValues.
Contrary to what the variable view shows, the actual values do match the input.
