Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
AI-191.8026.42.35.6010548, JRE 1.8.0_202-release-1483-b49-5587405x64 JetBrains s.r.o, OS Linux(amd64) v4.12.14-lp150.12.82-default, screens 3840x2160
AS: 3.5.3; Android Gradle Plugin: 3.5.3; Gradle: 5.4.1; NDK: from local.properties: 20.1.5948944, latest from SDK: 20.1.5948944; LLDB: LLDB 3.1 (revision: 3.1.4508709); CMake: from local.properties: (not specified), latest from SDK: 3.10.2, from PATH: 3.10.2
IMPORTANT: Please read
If I examine an ArrayMap object in the debugger, it shows me the values, but not the keys. Since the values are in some arbitrary order, I can't tell which value belongs to which key. I can get at the keys by evaluating the expression toString() on the mmap, but it would be much more helpful if the debugger showed them directly.