I want to embed a JavaScript debugger in a SWT browser.
I'm using the SWT.MOZILLA flag for creating the browser. Since the JavaScript application I'm loading is complex, I need to have some JS debugger (any is suitable: firebug, venkman).
So, is there any way to embed a JS debugger in a browser widget?
I've heard about firebug-lite, but I don't know how to configure it in SWT. Could you give some working example?