Debugging: no simple way to get a list of pending async computations #17862
Labels
feature request
Issues that request new features to be added to Node.js.
inspector
Issues and PRs related to the V8 inspector protocol
Consider the case when some library created a long
setTimeout
or anysetInterval
and didn't cancel it when finished some main action. There should be a tab in Inspector (and corresponding debugger API) to show the list of pending asynchronous computations, so that it's clear why Node.js process is unable to shut down.The text was updated successfully, but these errors were encountered: