1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 12:10:22 +02:00

Added node inspect content (#2346)

* Added node inspect content and useful links for reading and official documentation in node --inspect file

* Update content/roadmaps/107-nodejs/content/116-nodejs-more-debugging/101-node-inspect.md

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Aarti Verma
2022-10-12 03:16:38 +05:30
committed by GitHub
parent da45475692
commit 5c979d3ba8

View File

@@ -1 +1,6 @@
# Node inspect
# Node Inspect
Node.js provides a built-in DevTools-based debugger to allow debugging Node.js applicatins.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://medium.com/@paul_irish/debugging-node-js-nightlies-with-chrome-devtools-7c4a1b95ae27'>Debugging Node.js with Chrome DevTools</BadgeLink>