Tagged articles

Post-mortem debugging

1 articles · Page 1 of 1
Node Underground
Node Underground
Oct 17, 2016 · Backend Development

How Promises Change Post‑Mortem Debugging in Node.js Servers

This article explains how using JavaScript Promises in a Node.js HTTP server affects error handling, crash behavior, and core‑dump generation, contrasting a traditional callback server with a Promise‑based one and offering practical debugging options for post‑mortem analysis.

Error handlingNode.jsPost-mortem debugging
0 likes · 6 min read
How Promises Change Post‑Mortem Debugging in Node.js Servers