From 552e8745063ebced322d483b579ee7f8ef93e80f Mon Sep 17 00:00:00 2001 From: Matheus Marchini Date: Sat, 13 Oct 2018 00:20:11 -0700 Subject: [PATCH] Add llnode (#850) --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index dd2d994..5e4846e 100644 --- a/readme.md +++ b/readme.md @@ -231,6 +231,7 @@ - [0x](https://github.com/davidmarkclements/0x) - Flamegraph profiling. - [ctrace](https://github.com/automation-stack/ctrace) - Well-formatted and improved trace system calls and signals. - [leakage](https://github.com/andywer/leakage) - Write memory leak tests. +- [llnode](https://github.com/nodejs/llnode) - Post-mortem analysis tool which allows you to inspect objects and get insights from a crashed Node.js process. ### Logging