3

Are there any tools in node.js that could provide list of all the pending async calls? This would be particularly helpful in the case if an async call is waiting for the response and because of which the request is stuck.

Also Is there any tool which could give stack trace of the single thread in node.js?

1 Answer 1

2

It doesn't give you a list of pending I/O, but node-inspector does allow you to use the same JS debugger as Chrome's Developer Tools, which allows you to set breakpoints and inspect the stack.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.