firebug-lite

JAVAFX / WebView / WebEngine FireBugLite or Some other debugger?

我的未来我决定 提交于 2019-11-26 22:35:57
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 internet to inject Firebug Lite is not working for some reason. The Javascript code itself works fine if I run it on the Firefox Console, but not when the same code is executed through the JavaFX webview/webengine. The netbeans console doesn't throw any errors others... so I am not sure why the FirebugLite UI is not rendering/loading. What could be causing this, any other alternatives? I'm using JavaFX 2.2 // Doesn't work....