为什么 Firefox DevTools 的调试器显示 'loadSourceError'?

Why does Firefox DevTools' Debugger show 'loadSourceError'?

考虑这个简单的 HTML 文件:

<!DOCTYPE html>
<html>
  <body>
    <script type="text/javascript">
      alert('1');
    </script>
  </body>
</html>

当我启用 Firefox JavaScript 调试器时(通过 Ctrl+Shift+S),面板显示以下错误消息而不是源代码:

Error loading from source:
loadSourceError

我做错了什么?

我敢打赌它来自某些服务器设置,因为它在另一台服务器(以及本地)上运行良好,但我无法识别两种配置之间的任何明显差异(apache.conf 相同,/etc/apache2/sites-enabled/ 配置相似,启用的模块相同。我曾希望安装 javascript-common debian 软件包会有所帮助,但它没有...)。

JavaScript 本身服务正确,但(甚至是嵌入式 JS),并且 JS 文件没有加载问题。

知道了!

好像the debugger has issues with internationalized domain names (IDN).