You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,10 @@ It is also usable outside of Rails in any Rack app as Rack middleware.
15
15
16
16
* Full stack trace
17
17
* Source code inspection for all stack frames (with highlighting)
18
+
* Link to the specific file and line while inspecting
18
19
* Local and instance variable inspection
19
20
* Live REPL on every stack frame
21
+
* For XHR requests, a text response that provides the error, with full features available by visiting `/__better_errors` to inspect the most recent exception.
0 commit comments