如何在不访问 http://getfirebug.com 的情况下包含 firebug light?

How to include firebug light without access to http://getfirebug.com?

过去我可以按照此处所述包含 firebug 光:

Html/Javascript debugging in JavaFX WebView

不幸的是, link

http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js

目前已损坏。

我在 https://github.com/firebug/firebug-lite

找到了 firebug light 的源代码

但是,我没有设法从那里包含它或克隆存储库并离线使用它。

我也未能包含来自

的firebug-light.min.js

https://cdnjs.cloudflare.com/ajax/libs/firebug-lite/1.4.0/firebug-lite.min.js

=> 如何在不访问 http://getfirebug.com 的情况下包含 firebug 灯?

在 eclipse RCP 应用程序中调试旧的嵌入式 IE 时遇到同样的问题我搜索了我的旧磁盘档案并找到了原始来源。

现在可以在此处找到 firebug-lite v1.2 的略微改编版本:https://lupatec.eu/getfirebug , visit the link for instructions or simply replace the original firebug url http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js by https://lupatec.eu/getfirebug/firebug-lite-compressed.js