I am developing an app and need to run a debugger on the WebView/WebEngine part of the application so I can better debug my application. But the code I found across the inte
I was able to fix the problem. It seems like the current stable version of FirebugLite works well for traditional browsers but something is different that makes it fail for an application viewed by the JAVAFX WebView.
I was able to add Firebug to my application by using an uncompressed version of FirebugLite
The solution came from: Testing IE6 with Firebug Lite