Scala debugger unable to see fields tagged with private[this] Permanently deleted user 创建于 2015年05月29日 03:15 The current Scala plugin (1.5.1) is unable to see fields tagged with private[this]. It will display "No such instance method: xxx".
Hi, thank you for reporting.
It is a bug. It's one of the few cases when scala compiler does not generate a method for accessing a field. It will be fixed in the next build.