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
Add a ment  | 

2 Answers 2

Reset to default 2

It'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