1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

feat: add resource link (#8380)

Add link with NodejS getting started about debug
This commit is contained in:
Vladimir Poplavskij
2025-03-23 16:15:19 +02:00
committed by GitHub
parent b70e73124f
commit a6519d7aba

View File

@@ -7,4 +7,5 @@ Example - `$ node inspect myscript.js`
Visit the following resources to learn more: Visit the following resources to learn more:
- [@official@Official Docs](https://nodejs.org/api/debugger.html) - [@official@Official Docs](https://nodejs.org/api/debugger.html)
- [@official@Inspect Docs](https://nodejs.org/en/learn/getting-started/debugging)
- [@article@Freecodecamp.org - Debugging](https://www.freecodecamp.org/news/how-to-debug-node-js-applications/) - [@article@Freecodecamp.org - Debugging](https://www.freecodecamp.org/news/how-to-debug-node-js-applications/)