I want to open firebug lite through javascript code. I didnt find any proper solution. Can anyone help on this?
Thanks in advance
Try this:
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js#startOpened=true"></script>
More about it here