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
This commit is contained in:
Alexander Komlev
2016-06-06 20:17:06 +02:00
committed by Sindre Sorhus
parent a91fbd5aed
commit bcef26487a

View File

@@ -209,6 +209,7 @@
- [locus](https://github.com/alidavut/locus) - Starts a REPL at runtime that has access to all variables. - [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. - [bugger](https://github.com/buggerjs/bugger) - Provides Chrome Devtools bindings to debug programs in Chrome.
- [0x](https://github.com/davidmarkclements/0x) - Flamegraph profiling. - [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 ### Logging