I am having trouble getting the new Firefox Developer Edition (Developer Tools) to show loaded source files in the debugger.
I am running a Spring MVC Web app running on Tomcat locally and am able to view the source fine when explicitly putting the path in the browsers address bar. However when trying to debug through javascript files I get a "Loading..." indicator and the file never loads:
Chrome Developer tools seems to be working for debugging and will load the files fine with the same setup.
I am at a loss at what I am doing wrong. Any help is appreciated.
