2

I'm using Firebug lite, but it seems it doesn't work like is should.

I include it in my app like this:

<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js#overrideConsole=true,startInNewWindow=false,startOpened=false,enableTrace=false">
     </script>

and Firebug opens in new window, console is not working (not getting msg from app) and trace is on. It looks like this options are not valid.

What could I be doing wrong here?

EDIT: It also doesn't output any javascript errors like undefined is not a function

Sobis
  • 1,385
  • 4
  • 20
  • 29
  • I have JxBrower embedded in Java swing app and I need something to help me debug. – Sobis Jan 09 '15 at 06:47
  • Same here with JavaFX/Dukescript – ZiglioUK Jun 15 '15 at 01:54
  • 1
    I managed to solve this - I placed firebug to local server and called it like this: – Sobis Jun 19 '15 at 06:05

0 Answers0