From 7b9dfcd6922a927da6386748d441153f1ecd73b0 Mon Sep 17 00:00:00 2001 From: Robin Daugherty Date: Sun, 9 Jul 2017 19:34:45 -0400 Subject: [PATCH] Document the manual console --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 857f8d28..ea4d6965 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,10 @@ It is also usable outside of Rails in any Rack app as Rack middleware. * Full stack trace * Source code inspection for all stack frames (with highlighting) +* Link to the specific file and line while inspecting * Local and instance variable inspection * Live REPL on every stack frame +* For XHR requests, a text response that provides the error, with full features available by visiting `/__better_errors` to inspect the most recent exception. ## Installation