From bcef26487adec5a8567cad53d4fa36d65db2f75c Mon Sep 17 00:00:00 2001 From: Alexander Komlev Date: Mon, 6 Jun 2016 20:17:06 +0200 Subject: [PATCH] Add ctrace Well-formatted and improved trace system calls and signals (when the debugger does not help). ```ctrace``` are indispensable in the following cases - Debugging complex performance issues or not identified unhandled errors and exceptions in own code or someone else's code - Learning OS kernel Closes #519 --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 752f567..394cccf 100644 --- a/readme.md +++ b/readme.md @@ -209,6 +209,7 @@ - [locus](https://github.com/alidavut/locus) - Starts a REPL at runtime that has access to all variables. - [bugger](https://github.com/buggerjs/bugger) - Provides Chrome Devtools bindings to debug programs in Chrome. - [0x](https://github.com/davidmarkclements/0x) - Flamegraph profiling. +- [ctrace](https://github.com/automation-stack/ctrace) - Well-formatted and improved trace system calls and signals. ### Logging