2 repository-uri
UI components designed to render structured error logs and stack traces in a readable format.
Distinct from Stack Trace Serializers: Candidates focus on the logic of capturing or serializing traces, not the UI widgets used to render them.
Explore 2 awesome GitHub repositories matching user interface & experience · Stack Trace Visualizers. Refine with filters or upvote what's useful.
This project is a specialized browser debugging interface designed to monitor DOM elements, network traffic, and JavaScript execution. It provides a client-side user interface for inspecting and debugging web applications, allowing for the real-time modification of CSS styles and the investigation of the JavaScript runtime. The toolkit includes dedicated analysis tools for WebAssembly, featuring disassembly highlighting, scope inspection, and binary execution profiling. It also provides a network traffic inspector for analyzing HTTP requests and a CSS style editor for testing properties and a
Implements formatted, collapsible UI widgets for displaying structured error logs and stack traces.
Panicparse is a toolset for Go crash analysis and runtime debugging. It functions as a panic stack trace parser, a race detector log parser, and a goroutine deduplicator designed to transform raw crash dumps and thread sanitizer output into structured, readable formats. The project distinguishes itself by converting complex stack traces into visual HTML reports with embedded source code. It reduces noise in highly parallelized processes by grouping identical goroutine stacks and prioritizes application code over standard library calls during parsing. The utility also covers live process moni
Provides a visual web representation of parsed stack traces to simplify browsing and sharing of crash reports.