- Version: v8.9.3 / any
- Platform: Windows 8.1 x64 / any
- Subsystem: debugger API
Consider the case when some library created a long setTimeout or any setInterval 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.
Consider the case when some library created a long
setTimeoutor anysetIntervaland 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.