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

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

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

3 个仓库

Awesome GitHub RepositoriesDebugging Session Persistence

Mechanisms for saving and resuming network capture sessions and device configurations to local files.

Distinct from Network Session Persisters: The candidates focus on network shell stability or authentication sessions, not debugging tool session state.

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

Awesome Debugging Session Persistence GitHub Repositories

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

    Kodezi/Chronos

    4,919在 GitHub 上查看↗

    Chronos 是一个基于 LLM 的软件工程智能体和仓库级调试模型,专为自动修复 Bug 而设计。该系统作为自动化 Bug 修复系统,能够定位缺陷、分析根本原因并实施经过验证的多文件补丁。 该项目的特点是采用图引导检索引擎,利用持久化内存图来导航大型仓库中的调用关系和数据流。它采用持久化调试工作流,索引提交历史和日志以识别模式,从而在迭代调试周期中避免重复犯错。 该系统通过因果追踪定位和跨文件逻辑 Bug 追踪来涵盖根本原因分析。它进一步通过合成补丁并在迭代沙箱环境中进行验证,提供自动代码修复功能。仓库智能通过多跳上下文检索以及日志和追踪的多源摄取来处理。 该系统提供推理步骤透明度,并生成自动调试文档,包括风险评估和对每个已应用修复的理由说明。

    Stores lessons learned during a session in persistent memory to avoid repeating previous mistakes.

    Javaartificial-intelligenceautonomous-debuggingbenchmark
    在 GitHub 上查看↗4,919
  • puremourning/vimspectorpuremourning 的头像

    puremourning/vimspector

    4,306在 GitHub 上查看↗

    Vimspector is a visual debugger integration for Vim that enables developers to step through code and inspect program state without leaving the editor. It utilizes the Debug Adapter Protocol to provide a unified interface for debugging multiple programming languages through various debug adapters. The project distinguishes itself by supporting low-level analysis and specialized environments, including bare metal hardware debugging for microcontrollers and the ability to perform disassembly analysis and process memory dumping. It also provides remote debugging capabilities by proxying requests

    Persists breakpoints and session configurations to files to be reloaded in future sessions.

    Vim Scriptcppdebug-adapter-protocoldebugger
    在 GitHub 上查看↗4,306
  • open-source-labs/reactimeopen-source-labs 的头像

    open-source-labs/Reactime

    2,238在 GitHub 上查看↗

    Reactime 是一个专为调试和分析 React 应用而设计的浏览器扩展。它提供了一个专门的界面,用于监控组件层级、跟踪状态转换以及分析复杂组件树中的数据流。 该工具通过“时间旅行”调试功能脱颖而出,允许开发者捕获并重放状态快照以隔离逻辑错误。它还具有依赖图映射器,可视化提供者与消费者之间的关系,从而理清信息在应用中的分发方式。 除了核心调试功能外,该项目还包含性能监控工具,用于测量渲染持续时间和频率以识别瓶颈。它支持协作工作流,允许导出和导入状态历史文件,使团队能够在不同会话间共享和分析特定的应用状态。

    Saves and resumes debugging sessions and configurations to local files.

    TypeScriptaccessibilitychrome-extensiondevtools-extension
    在 GitHub 上查看↗2,238
  1. Home
  2. Development Tools & Productivity
  3. Debugging Session Persistence

探索子标签

  • Debugging Lesson PersistenceSaving knowledge, logic, and lessons learned during a debugging session to avoid repetition in future iterations. **Distinct from Debugging Session Persistence:** Focuses on persisting the cognitive 'lessons learned' for an agent rather than just saving a technical network capture session.