Question
I use Firebug and the Mozilla JS console heavily, but every now and then I run into an IE-only Javascript bug, which are really hard to locate (ex: error on line 724, when the source html only has 200 lines).
I would love to have a lightweight JS tool (a la firebug) for IE, something I can install in seconds on a client's PC if I run into an error and then uninstall. Some Microsoft tools take some serious download and configuration time.
Any ideas?
Answer
You might find Firebug Lite useful for that.
Its bookmarklet should be especially useful when debugging on a user's machine.
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/3404/" >Javascript troubleshooting tools in IE< /a>
0 comments:
Post a Comment