awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 रिपॉजिटरी

Awesome GitHub RepositoriesDebugger Interfaces

Interfaces that connect external debugging tools to a runtime environment for inspecting code execution and state.

Explore 10 awesome GitHub repositories matching development tools & productivity · Debugger Interfaces. Refine with filters or upvote what's useful.

Awesome Debugger Interfaces GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • facebook/react-nativefacebook का अवतार

    facebook/react-native

    126,019GitHub पर देखें↗

    This project is a cross-platform mobile framework that enables the development of native iOS and Android applications from a single codebase. It utilizes a declarative component-based model where developers define user interfaces using a syntax extension that maps directly to underlying platform-native view primitives. By decoupling application logic from the host platform's main thread, the framework maintains a consistent native view hierarchy while ensuring that JavaScript execution remains independent of UI rendering. The framework distinguishes itself through a robust bridge architecture

    Facilitates code inspection, log viewing, and component profiling through integrated debugging and diagnostic panels.

    C++androidapp-frameworkcross-platform
    GitHub पर देखें↗126,019
  • oven-sh/bunoven-sh का अवतार

    oven-sh/bun

    93,257GitHub पर देखें↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The project functions as an all-in-one toolchain, integrating a native bundler, transpiler, package manager, and test runner into a single command-line interface. What distinguishes Bun is its focus on native system integration and developer productivity. It features a high-performa

    Links external diagnostic tools to the runtime via a standard protocol to visualize execution state and interact with live code.

    Rustbunbundlerjavascript
    GitHub पर देखें↗93,257
  • lapce/lapcelapce का अवतार

    lapce/lapce

    38,569GitHub पर देखें↗

    Lapce is a high-performance text editor built with Rust that utilizes hardware acceleration for fast rendering and responsiveness. It functions as a modal text editor with Vim-style keybindings to minimize hand movement, an LSP client for language intelligence, and a remote development environment for editing files and executing code on distant servers. The editor features an extensible architecture based on the WebAssembly System Interface, allowing it to execute plugins compiled to WASI for cross-language functionality. It further distinguishes itself by implementing the Debug Adapter Proto

    Provides an interface that connects to external debuggers via the Debug Adapter Protocol.

    Rustcode-editordeveloper-toolsrust
    GitHub पर देखें↗38,569
  • comet-ml/opikcomet-ml का अवतार

    comet-ml/opik

    17,787GitHub पर देखें↗

    Opik is an observability and evaluation platform designed for generative AI applications and agentic workflows. It provides a centralized environment for tracing execution flows, managing prompt templates, and monitoring production performance, allowing teams to gain visibility into complex model interactions and tool usage without requiring manual application code changes. The platform distinguishes itself through its integrated approach to the AI development lifecycle, combining distributed trace instrumentation with automated evaluation frameworks. It supports model-as-a-judge scoring, syn

    Offers a collaborative interface for inspecting execution traces and remediating errors in AI systems.

    Pythonevaluationhacktoberfesthacktoberfest2025
    GitHub पर देखें↗17,787
  • google/gvisorgoogle का अवतार

    google/gvisor

    17,748GitHub पर देखें↗

    This project is a secure container runtime that provides strong isolation for application workloads by implementing a userspace kernel. By intercepting system calls and executing them within a memory-safe, restricted environment, it minimizes the attack surface exposed to the host kernel. It functions as a drop-in engine for standard container orchestration platforms, ensuring compatibility with industry-standard runtime specifications while maintaining a hardened execution boundary. The runtime distinguishes itself through its ability to virtualize core system resources, including an indepen

    Allows standard language debuggers to connect to sandboxed processes for memory and execution inspection.

    Gocontainersdockerkernel
    GitHub पर देखें↗17,748
  • cs01/gdbguics01 का अवतार

    cs01/gdbgui

    10,338GitHub पर देखें↗

    gdbgui is a web-based graphical frontend and visualizer for the GNU Debugger. It serves as a compiled language debugger that provides source-level inspection for C, C++, Go, Rust, and Fortran. The project acts as a remote debugging interface, providing a secure web portal for connecting to and controlling GDB sessions over a network. It distinguishes itself by offering a browser-based environment to visualize call stacks and data structures for programs running via the GNU Debugger. The interface covers program execution control and breakpoint management, featuring graphical variable inspect

    Provides a web-based graphical interface that translates complex debugger state into a visual browser view.

    TypeScriptbrowsercc-plus-plus
    GitHub पर देखें↗10,338
  • mamedev/mamemamedev का अवतार

    mamedev/mame

    9,929GitHub पर देखें↗

    MAME is a vintage hardware emulation platform designed to recreate the circuitry of arcade games, computers, and consoles to run original software on modern devices. It functions as a retro gaming preservation framework for managing, verifying, and archiving ROM sets and disk images to ensure long-term software accessibility. The project features a system debugging tool for inspecting emulated memory, CPU registers, and execution flow via breakpoints and disassembly. It also includes a Lua-based automation layer that exposes core system state and hardware controls for custom behavior and anal

    MAME manages the overall execution and state of the debugger interface to monitor emulated hardware.

    C++
    GitHub पर देखें↗9,929
  • ritwickdey/vscode-live-serverritwickdey का अवतार

    ritwickdey/vscode-live-server

    6,778GitHub पर देखें↗

    This is a local development server extension for VS Code that provides static file hosting and automatic browser reloading upon saving source files. It functions as a live reloading tool and static file web server, allowing developers to preview web pages locally with support for custom ports and root directories. The project distinguishes itself by offering a local network preview server that exposes projects to other devices on the same wireless network via IP. It also includes a development proxy capable of adding Cross-Origin Resource Sharing headers and proxying traffic to external URIs.

    Enables connecting a running browser instance to external debugging tools for real-time code inspection.

    TypeScriptlive-reloadlive-serverlivereload
    GitHub पर देखें↗6,778
  • snare/voltronsnare का अवतार

    snare/voltron

    6,341GitHub पर देखें↗

    Voltron is a web-based debugger visualizer interface used for rendering internal program state and debugger output into specialized visual panes and views. It functions as a debugger state inspector that visualizes registers, memory, stack frames, and breakpoints to analyze program flow and behavior. The project includes a custom lexer syntax highlighter that applies colors and formatting to raw debugger command output. This system uses a tokenizer and pattern-matching text formatting to improve the readability of technical data. The framework covers the construction of custom debugging tool

    Implements interfaces that connect external debugging tools to a runtime environment for inspecting state.

    Python
    GitHub पर देखें↗6,341
  • naituw/ipapatchNaituw का अवतार

    Naituw/IPAPatch

    5,211GitHub पर देखें↗

    IPAPatch, एक iOS एप्लिकेशन पैचिंग और बाइनरी इंस्ट्रूमेंटेशन टूल है। इसे जेलब्रेक किए बिना रनटाइम व्यवहार को संशोधित करने के लिए डिक्रिप्टेड एप्लिकेशन पैकेजेस में डायनामिक लाइब्रेरीज़ और कस्टम फ्रेमवर्क्स को इंजेक्ट करने के लिए डिज़ाइन किया गया है। यह टूल एक बाहरी डिबगर इंटरफ़ेस के रूप में काम करता है, जो एप्लिकेशन्स को ब्रेकपॉइंट्स सेट करने और वास्तविक समय में ऑब्जेक्ट्स का निरीक्षण करने की अनुमति देने के लिए तैयार करता है। यह नई क्षमताओं या विशेष निरीक्षण टूल्स को जोड़ने के लिए मौजूदा एप्लिकेशन्स में थर्ड-पार्टी सर्विस फ्रेमवर्क्स के इंटीग्रेशन को सक्षम बनाता है। प्रोजेक्ट बाइनरी मॉडिफिकेशन को कवर करता है, जिसमें निष्पादन योग्य लोड कमांड्स की पैचिंग और एंटाइटेलमेंट मैनिफ़ेस्ट का संशोधन शामिल है। यह संशोधन के बाद सिस्टम सुरक्षा जांच को पूरा करने के लिए कस्टम साइनिंग आइडेंटिटीज़ के अनुप्रयोग को भी संभालता है।

    Creates an interface that allows external debugging tools to inspect the state of a patched iOS application.

    Objective-Chackinghacking-toolios
    GitHub पर देखें↗5,211
  1. Home
  2. Development Tools & Productivity
  3. Debugging, Profiling & Testing
  4. Debugging and Diagnostics
  5. Debugging and Inspection Tools
  6. Debugger Interfaces