The Firefox Debugger is a standalone application designed for debugging Node.
- Get the Debugger
git clone git@github.com:devtools-html/debugger.html.git
cd debugger.html
yarn install
yarn start- Start Firefox
cd debugger.html
yarn run firefox
- Get the application
git clone git@github.com:jasonLaster/debugger.app.git
npm install
npm run jsdebug