node.js 的 IDE 和调试器 [英] IDE and Debugger for node.js

查看:20
本文介绍了node.js 的 IDE 和调试器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将开始在 node.js 中构建项目(之前在 PHP 中工作),node.js 的 IDE、调试器和帮助工具是什么,以帮助在编码时进行改进?

I am going to start building project in node.js (was working in PHP before), What is the IDE, Debugger and Helping Tools for node.js, to help improvement while coding ?

推荐答案

有几个原生支持 Node.js 的 IDE:

There are several IDEs which support Node.js natively:

  • WebStorm - 用于编写 Web 应用程序的流行且极其强大的 IDE.商业许可 100 美元,个人 50 美元,学术 25 美元,开源开发人员在申请批准后免费.还可以调试 Meteor.JS 应用程序.
  • Komodo IDE

  • WebStorm - popular and extremely powerful IDE for coding web applications. $100 for commercial license, $50 personal, $25 academic, free for open source developers upon application approval. Can also debug Meteor.JS applications.
  • Komodo IDE

Cloud9 Local - 您也可以在桌面上安装 cloud9 的本地副本,并且在本地目录上工作作为工作空间,按照 github 页面上的说明.一定要从配置中禁用不兼容的插件.它也提供适当的调试.

Cloud9 Local - You can install a local copy of cloud9 on desktop as well and work on a local directory as workspace, follow the instructions on github page. Be sure to disable incompatible plug-ins from config. It provides proper debugging as well.

  • Cloud9 IDE - 基于云的 IDE,原生支持 Node.js 应用程序的开发,包括调试和其他功能.
  • Koding Koding 为您提供带有 Node.js 的免费可 root 虚拟机.您还可以与朋友一起处理相同的代码.
  • Cloud9 IDE - cloud-based IDE with native support for development of Node.js applications including debugging and other features.
  • Koding Koding offers you a free rootable VM with Node. Also you can work on the same code with your friends.

除了这两个之外,您几乎可以使用任何代码编辑器/IDE,它们通常可以简化基于 JavaScript 的开发(例如语法高亮、自动完成或类似的东西),并使用带有内置 V8 调试器.

Other than these two you can use almost any code editor/IDE which simplifies JavaScript based development in general (for example with syntax highlighting, autocompletion or similar stuff) and use node with its built-in V8 debugger.

这篇关于node.js 的 IDE 和调试器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆