简体   繁体   中英

IntelliJ Scala not recognizing Scala symbols ('foo)

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 (ie, 'foobar), saying:

result = Literal has null value

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM