is there a way to step through or debug the set of...
# android
e
is there a way to step through or debug the set of a
var
class property that’s set in the primary constructor? i’m having an issue where calling
object.prop = newValue
doesn’t seem to be changing the property value.