Skip to content

Node.js application developed by Andrew J. Mead in his course The Complete Node.js Developer Guide (3rd. Edition) available in Udemy

Notifications You must be signed in to change notification settings

andresalbab/notes-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

notes-app

Node.js application developed by Andrew J. Mead in his course The Complete Node.js Developer Guide (3rd. Edition) available in Udemy

Debugging

  • Run application adding inspect reserved word. This will let you open the application using Chrome Developer Tools
node inspect app.js
  • Go to chrome://inspect URL in Google Chrome
  • Add debugger reserved word just before the code line you want to check to add a break point. This will stop program execution and let you check variable values.
  • Typing restart in the console after the program has finished will launch again the debugger in Chrome

About

Node.js application developed by Andrew J. Mead in his course The Complete Node.js Developer Guide (3rd. Edition) available in Udemy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages