S
S
sergealmazov2014-07-14 10:31:14
JavaScript
sergealmazov, 2014-07-14 10:31:14

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

1 answer(s)
A
Alexey Pavlov, 2014-07-14
@lexxpavlov

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 question

Ask a Question

731 491 924 answers to any question