1 repository
Translating runtime positions from compiled bytecode back to original source files for debugging.
Distinct from Compiled Language Debugging: Focuses specifically on the translation coordinate mapping rather than general debugging tools for compiled languages.
Explore 1 awesome GitHub repository matching development tools & productivity · Bytecode-to-Source Mapping. 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
Translates positions between raw bytecode and original source files to enable debugging in the original language.