I'm trying debugging and checking var that type is "String?".
private var ch_name : String? = null
I added it on the start of the class and when I turn on to debugging mode, It becomes infinite.
shadow$_klass_
has shadow$_klass_
and it also has shadow$_klass_
.
I just wanted to see what is the result of ch_name and edit to test value but couldn't.
I searched on Google but still dunno how to find the real value of ch_name. How can I check it?