How To Include Firebug Light Without Access To Http://getfirebug.com?
In the past I could include firebug light as described here: Html/Javascript debugging in JavaFX WebView Unfortunately, the link http://getfirebug.com/releases/lite/1.2/firebug-li
Solution 1:
Having the same problem debugging an old embedded IE in an eclipse RCP app I searched my old disk archives and found the original sources.
A slighty adapted version of firebug-lite v1.2 can now be found here: 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
Post a Comment for "How To Include Firebug Light Without Access To Http://getfirebug.com?"