My Node.js notes

From GotOpinion
Revision as of 16:41, 17 March 2019 by Paul (talk | contribs) (Basic stuff)
Jump to navigation Jump to search

Basic stuff

debugger statement and node inspect

chrome:://inspect

Exit Chrome DevTool debugger.

Type restart at console after exiting Chrome DevTool to restart app with same arguments.

Press CTRL+C twice to exit debugger in console.

Resources

Node.js home

To software notes