3 个仓库
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.
Chronos 是一个基于 LLM 的软件工程智能体和仓库级调试模型,专为自动修复 Bug 而设计。该系统作为自动化 Bug 修复系统,能够定位缺陷、分析根本原因并实施经过验证的多文件补丁。 该项目的特点是采用图引导检索引擎,利用持久化内存图来导航大型仓库中的调用关系和数据流。它采用持久化调试工作流,索引提交历史和日志以识别模式,从而在迭代调试周期中避免重复犯错。 该系统通过因果追踪定位和跨文件逻辑 Bug 追踪来涵盖根本原因分析。它进一步通过合成补丁并在迭代沙箱环境中进行验证,提供自动代码修复功能。仓库智能通过多跳上下文检索以及日志和追踪的多源摄取来处理。 该系统提供推理步骤透明度,并生成自动调试文档,包括风险评估和对每个已应用修复的理由说明。
Stores lessons learned during a session in persistent memory to avoid repeating previous mistakes.
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.
Reactime 是一个专为调试和分析 React 应用而设计的浏览器扩展。它提供了一个专门的界面,用于监控组件层级、跟踪状态转换以及分析复杂组件树中的数据流。 该工具通过“时间旅行”调试功能脱颖而出,允许开发者捕获并重放状态快照以隔离逻辑错误。它还具有依赖图映射器,可视化提供者与消费者之间的关系,从而理清信息在应用中的分发方式。 除了核心调试功能外,该项目还包含性能监控工具,用于测量渲染持续时间和频率以识别瓶颈。它支持协作工作流,允许导出和导入状态历史文件,使团队能够在不同会话间共享和分析特定的应用状态。
Saves and resumes debugging sessions and configurations to local files.