Stepping through in debug mode produces "Source Not Found" in Photon but not in Oxygen.
If I take a small set of classes, create a Java Project, and then put those classes in the SRC directory, under Oxygen without any special configuration I can step through the execution just fine in debugging mode, but get the "source not found" error in Photon even if I'm only stepping through those exact same classes.
What I tried in Photon
- adding the source of the project manually to Photon (after clicking the button you get when source isn't found). this didn't work but the project's own source is already part of the source path (under default)
- checking the checkbox for the JRE.
JRE: 1.8.0_181-b13 OS: Windows 7 x64