0

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?

KimRuhr
  • 37
  • 8
  • Paste your code – sak Aug 04 '21 at 17:32
  • nothing else, and no code error on there. It is just simple nullable string file and I'm having question of it. – KimRuhr Aug 04 '21 at 21:15
  • https://stackoverflow.com/questions/26933888/what-are-the-shadow-klass-and-shadow-monitor-variables-for-in-java-lang – YaMiN Aug 04 '21 at 22:58
  • 3
    Does this answer your question? [What are the 'shadow$\_klass\_' and 'shadow$\_monitor\_' variables for in java.lang.Object?](https://stackoverflow.com/questions/26933888/what-are-the-shadow-klass-and-shadow-monitor-variables-for-in-java-lang) – YaMiN Aug 04 '21 at 22:59
  • Oooooooooooh why I couldn't found it!!! really really yeah that is! thank you so much! – KimRuhr Aug 05 '21 at 09:45

0 Answers0