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.
This is obviously a bug in the DevTools. Check if the issue is still present in Firefox Nightly. If it is not present there, it likely already got fixed. Otherwise you should file a bug report and try to include a minimal test case. You may also include any related errors logged to the Browser Console (can be opened via Ctrl+Shift+J or main menu > Web Developer > Browser Console) when trying to open the source.