How to debug NodeJS code?

2

In my early studies in web development with NODEJS I have the following doubt: a tool to debug NODEJS codes in a web system?

    
asked by anonymous 14.11.2017 / 13:47

1 answer

2

You can take a look at the Microsoft Visual Studio IDE, it has an embedded debugger that lets you pause the run and test live variables. Follow links:

Introducing VS Code link

Download: link

    
07.09.2018 / 06:44