I've searched on Intellij online help site, have Googled the question above, and have searched previous questions on this site and have not found out what the little green glasses icon signifies in the variables section of a debugging session of android studio. Can anyone tell me what it means? In my case it is right before a scanner session, but not sure that is relevant. I don't have enough points yet to include a screenshot.
Asked
Active
Viewed 1,391 times
2 Answers
1
Check this out for general completion symbols https://www.jetbrains.com/idea/help/symbols.html and you can find a lot of symbol by follow this step (in Mac)
- Go to Preferences (press ⌘ + ,)
- On left tab, find Keymap and click it (or you can go on Menu and Toolbars too).
- and expand the "other" folder.
Hope it helps.

evanhutomo
- 627
- 1
- 11
- 24
-
unfortunately, that list of icons doesn't show the pair of glasses. and, i'm on a pc so the Mac stuff won't help me either. – Kent Lauridsen Jan 20 '15 at 22:15
-
1Sorry for long response, did you mean green glasses? its mean "Watches", maybe its a feature to debugger from android studio. – evanhutomo Jan 23 '15 at 07:06
0
I believe they are 'watches', i.e. expressions that Android Studio/Intellij evaluate and display to you at every breakpoint because they think it'll be useful info. You can also add your expressions manually in the Watches pane in addition to the auto-generated ones. Or at least that's my best guess after reading this:)
https://www.jetbrains.com/help/idea/debug-tool-window-watches.html

Mohamed Hafez
- 8,621
- 7
- 41
- 49