Answer the question
In order to leave comments, you need to log in
What are the tools for debugging NodeJS code?
In fact, in the client-side JS, we have a console.log.
What about NodeJS?
Answer the question
In order to leave comments, you need to log in
The console is also there, as without it. But it is not as convenient as in the browser. I was developing in WebStorm7, and I missed that console, there were problems with heavily nested objects. The Node Inspector
might come in handy .
See also the article Normal profiling of node.js applications , it describes some approaches.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question