-
Notifications
You must be signed in to change notification settings - Fork 51
Debugging tern.js with Nodeclipse
Angelo edited this page Aug 6, 2014
·
10 revisions
When you develop a JavaScript tern plugin you can debug it with breakpoints by using :
- Web Browser tooling like Chrome Developer Tools. It works great but some tern plugin can works only with node.js like Closure Library
- To debug tern plugin which works only with node.js, you can use Nodeclipse
This section explains step by step how to debug with breakpoints Closure Library tern plugin with Nodeclipse
Note that the procedure is a litlle complex and not perfect and should be improved.
- Install Nodeclipse
- Install tern.java >= 0.4.0
- Create a Nodeclipse project that you can name with tern
- Tern IDE
- Tern Toolings
-
Tern Modules
- AngularJS
- AlloyUI
- Browser
- Bootstrap
- CKEditor
- CordovaJS
- Dojo Toolkit
- ECMAScript
- ExtJS
- Game
- jQuery
- JSDoc Support
- Liferay
- Meteor
- Node.js
- Qooxdoo
- snabbt.js
- RequireJS
- Tabris.js
- three.js
- Titanium
- YUI Library
- Completion
- Linter (Validator)
- Tests
- JavaScript Build
- New and Noteworthy