I want to embed a JavaScript debugger in a SWT browser.
I use the SWT.MOZILLA flag to create a browser. Since the JavaScript application that I download is complex, I need to have a JS debugger (any of which is suitable: firebug , venkman ).
So, is there a way to insert a JS debugger into a browser widget?
I heard about firebug-lite , but I don't know how to configure it in SWT. Could you give some working example?
source share