Difference between revisions of "My Node.js notes"
Jump to navigation
Jump to search
To software notes
m |
m (→Basic stuff) |
||
Line 2: | Line 2: | ||
debugger statement and <code>node inspect</code> | debugger statement and <code>node inspect</code> | ||
<pre>chrome:://inspect</pre> | |||
Exit Chrome DevTool debugger. | |||
Type <code>restart</code> at console after exiting Chrome DevTool to restart app with same arguments. | |||
Press CTRL+C twice to exit debugger in console. | |||
== Resources == | == Resources == |
Revision as of 13:41, 17 March 2019
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