I\'d like to use the source code of maven-managed dependencies when debugging our webapp in myEclipse 8.
I have managed to attach the sources to the libraries in the \"M
I have since discovered that this problem only occurs if the server is launched using a launch configuration.
The problem does not occur if the server is started by:
While this precludes sharing the server configuration by checking the launch configuration into version control, it at least allows seamless debugging.