Debug Workbench is an extensible debugging framework, and this package was meant to integrate it into the Atom editor. However, this proved to be overly tedious, so the integration has been dropped. Development focus has now switched to a standalone Electron-based application.
- NPM
- Grunt
- TSD
- Run
npm installto install dependencies. - Run
grunt tscto build.
If you plan to make changes to depedencies consider using npm link.