简体   繁体   English

Eclipse和Node.Js调试

[英]Eclipse and Node.Js debugging

I learned how to debug node.js with Eclipse , but how can I automate the following process: 我学习了如何使用Eclipse调试node.js ,但是如何实现以下过程的自动化:

  • I press debug 我按debug
  • It runs the comand node --debug app.js 它运行comand node --debug app.js

I could not find how to do so in Eclipse. 我找不到如何在Eclipse中这样做。

Thanks 谢谢

If you use the following plug-ins, you'll be able to easily debug Node Application with Eclipse. 如果使用以下插件,则可以使用Eclipse轻松调试Node Application。

http://www.tomotaro1065.com/nodeclipse/ http://www.tomotaro1065.com/nodeclipse/

使用代码片段插件将命令合并为一个按钮,从而消除了乏味。

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

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