Firefox Developer Edition - 无法在调试器中查看 JavaScript 文件

Firefox Developer Edition - unable to view JavaScript file in debugger

我无法让新的 Firefox Developer Edition(开发人员工具)在调试器中显示已加载的源文件。

我是 运行 Spring MVC Web 应用程序 运行 在 Tomcat 本地,当明确将路径放入浏览器地址时,我能够很好地查看源代码酒吧。但是,当尝试通过 javascript 文件进行调试时,我得到一个“Loading...”指示器并且文件永远不会加载:

Chrome 开发人员工具似乎可以用于调试,并且可以使用相同的设置很好地加载文件。

我对自己做错了什么感到茫然。任何帮助表示赞赏。

这显然是 DevTools 中的一个错误。检查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是否仍然存在问题(可以通过Ctrl+Shift+J[=打开18=] 或主菜单 > Web Developer > 浏览器控制台) 尝试打开源代码时。