From fe2cbd5f07b167551dd23246dc4d7d9c3deed003 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Fri, 9 Oct 2015 03:37:15 +0700 Subject: [PATCH] Close #363 PR: Add locus to debugging tools. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index b2417f5..a5f0cb5 100644 --- a/readme.md +++ b/readme.md @@ -162,6 +162,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [vstream](https://github.com/joyent/node-vstream) - Instrumentable streams mix-ins to inspect a pipeline of streams. - [stackman](https://github.com/watson/stackman) - Enhance an error stacktrace with code excerpts and other goodies. - [TraceGL](https://github.com/traceglMPL/tracegl) - Transforms your JavaScript, injecting monitoring code that produces a log of everything that happens. +- [locus](https://github.com/alidavut/locus) - Starts a REPL at runtime that has access to all variables. ### Logging