1 个仓库
Interfaces for switching between different captured sets of debugging data to analyze different request contexts.
Distinct from Dynamic Data Set Managers: Focuses on managing sets of debug snapshots rather than reactive key-value data sets.
Explore 1 awesome GitHub repository matching data & databases · Debug Session Managers. Refine with filters or upvote what's useful.
这是一个 PHP 调试工具栏和运行时检查器,为 Web 开发期间监控系统指标、内存使用情况和执行时间提供了基于浏览器的界面。它作为应用性能监控和诊断工具,捕获实时数据和应用状态,以可视化 PHP 的执行生命周期。 该工具的独特之处在于能够跨多个请求持久化调试数据,从而实现请求历史记录追踪和过往会话归档。它支持检查 AJAX 请求,并在重定向期间管理数据持久化,确保在异步和顺序页面加载过程中均可获取诊断信息。 该系统涵盖了广泛的可观测性功能,包括自动运行时指标收集、自定义消息日志记录,以及将复杂变量渲染为交互式 HTML 转储。它采用模块化架构,包含用于数据聚合的收集器、基于驱动程序的 HTTP 抽象,以及用于管理调试数据读写的接口驱动存储系统。 该工具栏通过 JavaScript 和 HTML 的后期绑定资产注入集成到网页中。
Stores and switches between different sets of debugging data to toggle the viewed context.