JAVAFX / WebView / WebEngine FireBugLite or Some other debugger?

后端 未结 3 1010
傲寒
傲寒 2020-11-28 12:05

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

3条回答
  •  旧时难觅i
    2020-11-28 13:06

    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

提交回复
热议问题