简体   繁体   English

IE6 / IE7 JavaScript控制台小书签(不是Firebug Lite)

[英]IE6/IE7 javascript console bookmarklet (not firebug lite)

What bookmarklet do you use to debug javascript / DOM on IE6? 您使用什么书签来在IE6上调试javascript / DOM?

I am looking for something that has "last typed command" feature, object inspection, and perhaps DOM inspection as a bonus. 我正在寻找具有“最后键入的命令”功能,对象检查以及可能还有DOM检查的功能。

I am looking for not firebug lite but other alternative that people use. 我在寻找的不是Firebug Lite,而是其他人们使用的替代方法。

It's not a book-marklet but you can use Visual Web Developer Express to debug JS in IE v<8. 这不是一个书签,但是您可以使用Visual Web Developer Express在IE v <8中调试JS。 Here's a blog entry describing how to get it working. 这是一个博客文章,描述了如何使其工作。

For DOM inspection, I use the Internet Explorer Developer Toolbar . 对于DOM检查,我使用Internet Explorer开发人员工具栏

It's not the console you're looking for, but if you want light debugging capability in your JavaScript, I really like Blackbird. 它不是您想要的控制台,但是如果您想在JavaScript中提供轻调试功能,我真的很喜欢Blackbird。

http://www.gscottolson.com/blackbirdjs/ http://www.gscottolson.com/blackbirdjs/

It gives some simple power akin to Firebug's console.log and similar functions, with fairly convenient access. 它提供了类似于Firebug的console.log和类似功能的一些简单功能,并且访问非常方便。 I've used it frequently just to help me watch what's going on in IE. 我经常使用它只是为了帮助我了解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. 您将不会获得控制台或检查DOM的方法,但是至少您会获得一种输出可在IE中使用的调试类型内容的方法,事实证明,这样的事情对我来说足够了。 :) :)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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