I\'m trying to debug my Java application in Eclipse however when I hit a breakpoint I simply see the following instead of my source:
I got this error when I was running my server using a maven tomcat plugin. When I deployed using my configured server in Eclipse (generating a war file and copying it into my tomcat directory), I didn't have this issue anymore.