Nodeclipse / nodeclipse

Nodeclipse-1 : Eclipse plugin for Node.js, PhantomJS development (Nodeclipse core plugin); Maven and Gradle (with Android) plugins
https://nodeclipse.github.io/
158 stars 78 forks source link

CoffeeScript debugging support #12

Open paulvi opened 11 years ago

paulvi commented 11 years ago

Support for debugging of CoffeeScript. For example, when setting breakpoint in .coffee file, it synchronizes with .chromium/._js breakpoint.

This requires library for reading coffee-generated SourceMaps.

paulvi commented 11 years ago

Introduction to JavaScript Source Maps http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/

paulvi commented 10 years ago

A large collection of declaration files for popular JavaScript libraries https://github.com/borisyankov/DefinitelyTyped

e.g. Node
https://github.com/borisyankov/DefinitelyTyped/blob/master/node/node.d.ts