2 Repos
Specialized error pages that display stack traces and variable states to assist in failure diagnosis.
Distinguishing note: Shortlist candidates focus on database metadata or wrapped errors, not the presentation of a comprehensive diagnostic error page.
Explore 2 awesome GitHub repositories matching development tools & productivity · Error Page Diagnostics. Refine with filters or upvote what's useful.
Better Errors is a Rack middleware exception handler and interactive application state inspector for Ruby web applications. It intercepts unhandled exceptions to render developer-friendly error pages that provide detailed stack traces and variable inspection. The tool provides a debugging interface that allows for live code evaluation at every stack frame of an exception. It maps stack trace entries to local filesystem paths for direct navigation to source code in an editor and restricts interface access via IP-based validation. The project covers error response formatting for API and AJAX c
Renders detailed error pages containing stack traces and variable states to diagnose the causes of application failures.
PHP-Error is a web development utility and error handler that intercepts application exceptions, syntax errors, and fatal errors to replace default engine output with formatted HTML diagnostic pages during local testing. It activates automatically upon startup without requiring manual initialization calls within project code. The system features interactive diagnostics that include contextual syntax highlighting for code snippets, path-based stack trace filtering to separate external library code from application logic, and inline remote file editing capabilities that persist code modificatio
Persisting code edits directly from browser-based error pages by accepting external save requests during the development workflow.