javascriptbrowserfirebug-lite

Open firebug lite through javascript


I want to open firebug lite through javascript code. I didnt find any proper solution. Can anyone help on this?

Thanks in advance


Solution

  • Try this:

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

    More about it here