Can't set breakpoint in Community Edition
I can't set breakpoints in a Scala program. Left-clicking on the gutter does nothing at all and right-clicking produces a list but no option to set a breakpoint.
Is there some option I ought to have set in settings?
Please sign in to leave a comment.
Please specify your versions of IDEA and scala plugin.
Thanks for the help.
Intellij is at 15.0.2 and the build number is IC-143.1184
The Scala plugin is version 2.1.0
Please check whether (Run->toggle line breakpoint) or corresponding hotkey is working for you.
[SOLVED]
I just installed the IDEA update to 15.0.3 IC-143.1821 (incl. Community Edition plugin) and the debugging now works fine.
I had also noticed that several of the Scala global libraries (2.11.7) had incorrect links to the jar files as they seem to have added version numbers to the jar file names at some stage. I corrected that so maybe that had contributed to the problem.
Thanks for your help :-)