在 Netbeans 8.1 上调试远程 nodejs 项目

Debugging a remote nodejs project on Netbeans 8.1

我使用 netbeans 8.1,我想调试我的远程 nodejs 项目。 所以我创建了一个新的 "php Application from remote server"。 现在我可以在我的远程项目上编码了。但是也可以 运行 直接从 netbeans ide 调试这个项目吗?

谢谢

您可以使用 netbeans 站点上的一些可用插件

喜欢http://plugins.netbeans.org/plugin/36653/nodejs

下载 netbeans 8.x.x 在 windows, 1) NetBeans > 工具 > 选项 > 杂项 > Node.js > 默认 运行 命令:节点 D:\WorkSpace\UI\app.js

2) NetBeans > 工具 > 选项 > 常规 > Web 浏览器 > Chrome > 编辑 > 参数:http://localhost:8702/#/orders

3) 右键单击​​ app.js 和 "Run with Node.js"。这应该启动您的节点。

4) 然后只需 "Run Project" 通过 NetBeans

在 Chrome 上本地访问 UI