When I debug a Scala application in eclipse, I get a dialog with this message at startup: it is not possible to set breakpoints in Main due to the absence of line number artifacts.
When I try to examine variables, I get this error in the expression window: "[in Main [in [Working copy] Main.scala [in [in src [in Scala1]]]]] does not exist"
I tried setting various debug level options for the Scala compiler, including "line" and the highest setting, but it doesn't seem to make any difference. I was able to see the contents once after I entered the settings, but could not do it again, so I wonder if there is an error somewhere with a bad cached state.
I am using the Indigo service release for Eclipse with the Scala plugin version 2.0.0v2_09.
source share