Updated 101-using-debugger.md (#2465)

pull/2466/head
Kalpit Shah 2 years ago committed by GitHub
parent 7176d1638a
commit f6d3938c6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      content/roadmaps/107-nodejs/content/103-nodejs-error-handling/101-using-debugger.md

@ -1 +1,11 @@
# Using debugger
Node.js includes a command-line debugging utility. The Node.js debugger client is not a full-featured debugger, but simple stepping and inspection are possible. To use it, start Node.js with the inspect argument followed by the path to the script to debug.
Example - $ node inspect myscript.js
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://nodejs.org/api/debugger.html'>Official Website</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/node-js-debugging/'>Node.js Debugging</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://code.visualstudio.com/docs/nodejs/nodejs-debugging'>Node.js Debugging in VS Code
</BadgeLink>

Loading…
Cancel
Save