问题标签 [firebug-lite]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - 如何在不访问 http://getfirebug.com 的情况下包含萤火虫灯?
在过去,我可以包括这里描述的萤火虫灯:
JavaFX WebView 中的 Html/Javascript 调试
不幸的是,链接
http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js
目前已损坏。
我在https://github.com/firebug/firebug-lite找到了萤火虫灯的源代码
但是,我没有设法从那里包含它或克隆存储库并离线使用它。
我也未能包含来自的 firebug-light.min.js
https://cdnjs.cloudflare.com/ajax/libs/firebug-lite/1.4.0/firebug-lite.min.js
=> 如何在不访问http://getfirebug.com的情况下包含萤火虫灯?