isakbob
isakbob

Reputation: 1539

What does the "f" symbol mean in the Android Studio debugger?

Background

In the Android debugger, an "f" inside a yellow circle appears next to the traits of an object:

enter image description here

Most of these seem to begin with an m, which lead me to believe they are members. But they have an f symbol next to them that seems indicative of something else.

Question

What does the "f" mean in an Android debugger?

Upvotes: 0

Views: 1501

Answers (1)

CodeRedDev
CodeRedDev

Reputation: 529

Take a look at the JetBrains documentation. There are the names for those icons but unfortunatly they did not add a whole description to it so I'm also a little bit confused over the term "Field" the "f" is refering to.

Upvotes: 3

Related Questions