admin管理员组文章数量:1414908
What bookmarklet do you use to debug javascript / DOM on IE6?
I am looking for something that has "last typed mand" feature, object inspection, and perhaps DOM inspection as a bonus.
I am looking for not firebug lite but other alternative that people use.
What bookmarklet do you use to debug javascript / DOM on IE6?
I am looking for something that has "last typed mand" feature, object inspection, and perhaps DOM inspection as a bonus.
I am looking for not firebug lite but other alternative that people use.
Share Improve this question asked Jun 29, 2009 at 16:28 mkoryakmkoryak 58k64 gold badges203 silver badges262 bronze badges 1- It looks like IE6 bookmarklets may have a 508 character limit - squarefree./bookmarklets/faq.html – Kevin Hakanson Commented Jun 29, 2009 at 23:57
2 Answers
Reset to default 2It's not the console you're looking for, but if you want light debugging capability in your JavaScript, I really like Blackbird.
http://www.gscottolson./blackbirdjs/
It gives some simple power akin to Firebug's console.log and similar functions, with fairly convenient access. I've used it frequently just to help me watch what's going on in IE.
Again, it's not a console. You won't be getting a console, or a way to inspect DOM, but at least you get a way to output debug type content that works in IE, and it turned out that such a thing was enough for me. :)
It's not a book-marklet but you can use Visual Web Developer Express to debug JS in IE v<8. Here's a blog entry describing how to get it working.
For DOM inspection, I use the Internet Explorer Developer Toolbar.
本文标签: debuggingIE6IE7 javascript console bookmarklet (not firebug lite)Stack Overflow
版权声明:本文标题:debugging - IE6IE7 javascript console bookmarklet (not firebug lite) - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745189726a2646854.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论