您的JavaScript开发工具箱中有什么?

时间:2008-08-29 15:41:45

标签: javascript debugging

将来我必须做一些JavaScript,所以是时候更新我的工具箱了。现在我使用Firefox和一些插件:

我打算使用Venkman Javascript debugger以及jsunitjs-lint

对于编程,我坚持使用vim。

那么在开发JavaScript时你会使用哪些其他工具?

7 个答案:

答案 0 :(得分:7)

我同时使用Firefox和IE进行Web开发,并在每个中使用一些附加组件:

<强>火狐:

Internet Explorer:

答案 1 :(得分:3)

我有时将Emacs与Steve Yegge的js2-mode一起使用,用Rhino评估代码&amp; John Resig的env.js在我的独立脚本中加载jQuery或Prototype。

这允许我在浏览器之外探索javascript,jQuery和Prototype。

示例:

var window;
load("Library/env.js");
window.location = 'index.html'; // Load the page 'index.html'

print($('aForm').id); // Play with the Dom in a standalone script!

答案 2 :(得分:1)

答案 3 :(得分:1)

<强>火狐:

仅Windows:

  • Fiddler - 具有调试功能的优秀HTTP代理

Internet Explorer:    - Web Developer Toolbar - 遗漏了一些但仍然非常完整的事情

答案 4 :(得分:1)

  1. Firefox上的Firebug
  2. IE上的IE Web Developer工具栏
  3. JS Lint

答案 5 :(得分:0)

更多::

  1. IE浏览器工具栏
  2. Firefox开发者工具栏

答案 6 :(得分:0)

Internet Explorer 中调试JavaScript的最佳方法是使用Visual Web Developer Express

如果您喜欢跨浏览器日志记录解决方案,请查看Firebug Lite