Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JSDT/Debug/Node.js"

< JSDT‎ | Debug
Line 8: Line 8:
  
 
*[http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.jsdt/development/org.eclipse.wst.jsdt.debug.node/?root=WebTools_Project org.eclipse.wst.jsdt.debug.node].
 
*[http://dev.eclipse.org/viewcvs/viewvc.cgi/org.eclipse.jsdt/development/org.eclipse.wst.jsdt.debug.node/?root=WebTools_Project org.eclipse.wst.jsdt.debug.node].
 +
 +
Some Interesting links
 +
 +
*[http://nodejs.org/ http://nodejs.org/]
 +
*[https://github.com/joyent/node https://github.com/joyent/node]
 +
*[https://github.com/joyent/node/wiki/Installation https://github.com/joyent/node/wiki/Installation]
 +
*[https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager]

Revision as of 16:59, 31 March 2011

JSDT Debug
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File
Warning2.png
Experimental Project
The JSDT Node.js project is in the experimental phase and is not part of any official release. The project aims to bring running and debugging support for Node.js to JSDT


Overview

The bundles provided by JSDT for Node.js support include:

Some Interesting links

Back to the top