In rebasing onto the latest, I had to upgrade to Scala 2.12, which means getting an Eclipse and Scala IDE that support 2.12.
I tried the current stable Scala IDE with these releases: * Eclipse Mars - can't set a breakpoint to debug in Scala code, running unit tests from src/test/scala works. * Eclipse Oxygen - breakpoints work, but can't run all unit tests under src/test/scala. Individual packages work, not the root dir of them. * Eclipse Photon - can't set a breakpoint to debug in scala code. I reported the bug in scala IDE about not being able to run tests easily. I am not certain it is scala IDE related. I have to try the same thing from a plain java project. In any case, if developing Daffodil using Eclipse, the best configuration right now is Eclipse Oxygen, and running tests outside the IDE using sbt. This is really sub-optimal, but hopefully a fix will be forthcoming.
