Giter VIP home page Giter VIP logo

node-inspector-demo's Introduction

Installation and Credits

Original Repo: https://github.com/node-inspector/node-inspector

npm install -g node-inspector

General Use Case

Launch Node Inspector

node-inspector &

Will prompt you to open http://127.0.0.1:8080/debug?port=5858 in Chrome.

Debug Node App

node --debug app.js debug the file, will break on debugger; statements or existing break points. Only works with files that do not exit right away.

Debug Node App, Break on First Line

node --debug-brk app.js debug the file, always break on first line of code.

Kill Node-Inspector

Close the terminal tab or ps aux | grep node-inspector to get process ID for node-inspector and sudo kill -9 <processID>

Simplified Use Case

node-debug app.js will:

  1. Start Node Inspector
  2. Open New Tab in Chrome
  3. Break on first line of code

Bonus: Use Command + o shortcut in Chrome to open the file you want to debug

Debugging Grunt Tasks

node-debug $(which grunt) test

node-inspector-demo's People

Watchers

James Cloos avatar Alex avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.