awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesDebugger Source Mapping

Mappings used by debuggers to relate compiled or transpiled code back to the original source files.

Distinct from Bytecode-to-Source Mapping: Focuses on source-to-source mapping specifically for debugger breakpoint alignment, not just binary or AST mapping.

Explore 1 awesome GitHub repository matching development tools & productivity · Debugger Source Mapping. Refine with filters or upvote what's useful.

Awesome Debugger Source Mapping GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/vscode-recipesmicrosoft 的头像

    microsoft/vscode-recipes

    5,959在 GitHub 上查看↗

    vscode-recipes 是一个配置模式和指南的集合,用于在 VS Code 中设置调试器和运行时环境。它提供了标准化的模板和蓝图,用于将编辑器连接到各种编程语言和框架的本地、容器化或无服务器运行时。 该项目专注于协调跨客户端和服务器端进程的同步调试会话,以追踪全栈应用程序的逻辑。它提供了用于集成语言运行时和在单个编辑器实例内编排多语言开发设置的具体模式。 这些方案涵盖了单元、集成和端到端测试套件的自动化测试调试配置。它还包括用于调试无服务器函数和管理各种语言和工具开发工作流的设置。

    Maps compiled or transpiled code back to original source files to enable accurate breakpoint placement and state inspection.

    JavaScript
    在 GitHub 上查看↗5,959
  1. Home
  2. Development Tools & Productivity
  3. Debugger Source Mapping