2 repositorios
Reads raw .NET stack traces by translating compiler-generated frames back into modern C# 7.0+ syntax.
Distinct from Stack Trace Formatters: Distinct from Stack Trace Formatters: focuses on translating compiler-generated frames into source-level syntax rather than just formatting existing data.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Stack Trace Demystifiers. 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
Converts raw protocol data or error strings into structured stack trace models containing synchronous and asynchronous frames.
Ben.Demystifier is a .NET library that transforms raw stack traces into modern C# 7+ syntax. It reads compiler-generated frames produced by async methods, iterators, lambdas, local functions, and generic types, then rewrites them to match the original source code, making exception call stacks and debug output immediately readable. The library resolves common compiler artifacts such as MoveNext frames back into their original async method or iterator names, shows declaring method names and ordinals for lambdas and local functions instead of generated identifiers, and displays resolved generi
Reads raw .NET stack traces by translating compiler-generated frames into modern C# syntax.