1. React
  2. JSNation
  3. 2019
  4. Post mortem NodeJS debugging

Post mortem NodeJS debugging

Post-Mortem debugging is a powerful technique that allows you to take a memory dump, when an issue occurs in your application, and later analyze it offline.

Thomas Watson at JSNation 2019

Post-Mortem debugging is a really powerful technique that allows you, through the use of several tools, to take a memory dump when an issue occurs in your application and later analyze it offline. The talk will primarily focus on llnode and how you can use this tool to better understand why a Node.js process is behaving odd or is crashing.