eclipse debugger: attaching source-code of maven managed libraries
- by meriton
I'd like to use the source code of maven-managed dependencies when debugging our webapp in eclipse.
I have managed to attach the sources to the libraries in the "Maven Managed Depedencies" classpath container, i.e. when I open a class file from a depedency (e.g. using Ctrl-Shift-T), I see the source code.
However, when I launch the tomcat within…