awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesRuntime Debugging Protocols

Standardized interfaces that allow external tools to inspect the execution state of a running script engine.

Distinct from Protocol Debugging: Existing candidates are too specific to Kafka or hardware probes; this is a general V8 runtime protocol.

Explore 2 awesome GitHub repositories matching development tools & productivity · Runtime Debugging Protocols. Refine with filters or upvote what's useful.

Awesome Runtime Debugging Protocols GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • ncsoft/unreal.jsAvatar von ncsoft

    ncsoft/Unreal.js

    3,754Auf GitHub ansehen↗

    Unreal.js is a JavaScript runtime and scripting layer for Unreal Engine that embeds the V8 engine to implement game logic and manage application state. It provides a bridge for writing high-level application behavior and actor control without modifying the core engine source code, as well as a framework for extending the Unreal Engine editor with custom interface elements. The project distinguishes itself through a V8-based integration that supports real-time code reloading and live iteration, allowing scripts to be updated without restarting the application. It includes a bidirectional commu

    Exposes a standardized socket interface for external IDEs to inspect execution state and capture heap snapshots.

    javascriptpluginscripting
    Auf GitHub ansehen↗3,754
  • microsoft/vscode-js-debugAvatar von microsoft

    microsoft/vscode-js-debug

    1,950Auf GitHub ansehen↗

    This project is a diagnostic adapter that connects code editors and standalone tools to running runtime processes using the standard Debug Adapter Protocol. It functions as a JavaScript and TypeScript debug implementation that maps compiled code back to original source files using sourcemaps, allowing developers to set breakpoints, inspect variables, and evaluate expressions without manual configuration. The tool handles cross-environment code execution by automatically attaching to child processes, worker threads, service workers, and terminal processes. It supports advanced debugging capabi

    Executes diverse programming languages through protocol-compliant adapters that unify diagnostics.

    TypeScriptdapdebughacktoberfest
    Auf GitHub ansehen↗1,950
  1. Home
  2. Development Tools & Productivity
  3. Runtime Debugging Protocols