Updated 101-using-debugger.md (#2465)
parent
7176d1638a
commit
f6d3938c6a
1 changed files with 11 additions and 1 deletions
@ -1 +1,11 @@ |
|||||||
# Using debugger |
# 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…
Reference in new issue