Reputation: 3
In IntelliJ Scala's debugger, you can open a window to evaluate expressions (alt + F8)
However, it always fails as long as I have Scala symbols in the expression (i.e., 'foobar), saying:
result = Literal has null value
Upvotes: 0
Views: 213
Reputation: 576
It was a bug. It is fixed now, so all should work in the next version of the scala plugin.
You can use bugtracker for this kind of questions: http://youtrack.jetbrains.com/issue/SCL-6999
Upvotes: 1