Skip to content

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 :

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.

Installation

  • Install Nodeclipse
  • Install tern.java >= 0.4.0

Create tern Nodeclipse project

  • Create a Nodeclipse project that you can name with tern

Clone this wiki locally