Hi Maarten, try using the correct package name for all your source
files and place the source files in the appropriate src folder. I.e.
src/com.test/A.scala should have a package decl of package com.test .
I haven't had any issues with debugging but had issues with eclipse
locating the source files of libraries, when the source class is not
in the appropriate folder.