Debug node server using chrome. create node file for debugging server.js. run command in terminal ‘node –inspect server.js’ copy link from terminal and open it on chrome browser and set break point. open server link on another tab and see magic. 🙂 Share this:Click to share on Facebook (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Twitter (Opens in new window)Click to share on Google+ (Opens in new window)MoreClick to print (Opens in new window)Click to share on Reddit (Opens in new window)Like this:Like Loading... Related November 14, 2016 Manoj node 2 Comments chrome, debug, Nodejs Setup tortoise git in windows.[Video] Docker: List and Remove all images and containers and Access 2 thoughts on “Debug node server using chrome.” June (@june07t) says: December 12, 2016 at 5:23 AM Using the Chrome extension NIM, https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj You can avoid step 3 altogether! Reply Manoj says: December 12, 2016 at 1:09 PM Ya it’s great extension 🙂 thank’s for information. Reply Leave a Reply Cancel reply
Using the Chrome extension NIM, https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj You can avoid step 3 altogether!
Ya it’s great extension 🙂 thank’s for information.