2

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:

enter image description here

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.

1
  • 1
    Download Firefox Nightly. Check if you can reproduce the issue there. If not, wait next build, it should be fixed. Otherwise open an issue on bugzilla. Commented Dec 5, 2017 at 1:49

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.