简体   繁体   中英

IE6/IE7 javascript console bookmarklet (not firebug lite)

What bookmarklet do you use to debug javascript / DOM on IE6?

I am looking for something that has "last typed command" feature, object inspection, and perhaps DOM inspection as a bonus.

I am looking for not firebug lite but other alternative that people use.

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 .

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.com/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. :)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM