A blog for technology, SEO tips, website development and open source programming.

Debug node app using chrome dev tools

0 1,042

It’s very common in programming to quickly test what we are doing and experimenting with specific code chunks each time testing the behaviour, style or even the UI flow. Let’s check how to Debug node app using chrome dev tools




Chrome dev tools it’s an easy way to start debugging your client-side code. Here are the steps on what you need to Debug node app using chrome dev tools.


Follow me on Instagram

Open your terminal 

node --inspect 

Open a chrome window and type the following url: about://inspect 

Next click Open dedicated DevTools for Node and you’ll have access to your node app in the browser DevTools

Now, we have access to the profiler, all the stack visualisation information, the code navigation facilities, a very cool debugger and much more!

[alert type=white ]💥Deploy github project to Heroku with custom domain💥[/alert]

That’s it for now. 

If you liked this article, then please subscribe to my YouTube Channel for video tutorials.

You can also find me on Twitter and Facebook.

Leave a Reply

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Accept Read More