mirror of
https://github.com/sindresorhus/awesome-nodejs.git
synced 2026-01-24 12:28:04 -08:00
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:
committed by
Sindre Sorhus
parent
a91fbd5aed
commit
bcef26487a
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user