internet explorer - Is there any JavaScript debugger for IE < 8? -


is there light-weight javascript debugger ie < 8?

i've been using visual studio, it's bit of hassle when need install client computer debug ie7 , lower...

you can use firebug lite.

simply include following code in master page:

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

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -