Scala debugger unable to see fields tagged with private[this]

The current Scala plugin (1.5.1) is unable to see fields tagged with private[this]. It will display "No such instance method: xxx".

0
Avatar
Permanently deleted user

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.

0

请先登录再写评论。