awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesBytecode-to-Source Mapping

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.

Awesome Bytecode-to-Source Mapping GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • chromedevtools/devtools-frontendالصورة الرمزية لـ ChromeDevTools

    ChromeDevTools/devtools-frontend

    3,945عرض على GitHub↗

    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.

    TypeScriptchromechrome-devtoolsdevtools
    عرض على GitHub↗3,945
  1. Home
  2. Development Tools & Productivity
  3. Compiled Language Debugging
  4. Bytecode-to-Source Mapping