awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Interactive Debugging Interfaces · Awesome GitHub Repositories

3 repos

Awesome GitHub RepositoriesInteractive Debugging Interfaces

Direct control environments that allow developers to pause execution, inspect variables, and step through code logic.

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

  1. Home
  2. Development Tools & Productivity
  3. Developer Tooling
  4. Debugging and Diagnostics
  5. Interactive Debugging Interfaces

Awesome Interactive Debugging Interfaces GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • facebook/react-native

    facebook/react-native

    125,418GitHubView on GitHub↗

    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.

    C++androidapp-frameworkcross-platform
  • oven-sh/bun

    oven-sh/bun

    87,491GitHubView on GitHub↗

    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

    Zigbunbundlerjavascript
  • microsoft/playwright

    microsoft/playwright

    82,810GitHubView on GitHub↗

    Playwright is a comprehensive browser automation framework designed for end-to-end testing and web workflow automation. It provides a unified API to drive web applications across multiple browser engines, enabling developers to simulate complex user interactions, perform web scraping, and validate application behavior

    TypeScriptautomationchromechromium

Explore sub-tags

  • Debugger InterfacesInterfaces that connect external debugging tools to a runtime environment for inspecting code execution and state.
  • Editor-Integrated DebuggingDebugging tools integrated directly into the code editor to manage breakpoints and inspect errors during execution.
  • Visual DebuggersGraphical interfaces that allow developers to step through code execution and inspect application state visually.