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

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

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

firefox-devtools/debuggerArchived

0
View on GitHub↗
4,606 星标·747 分支·1 次浏览firefox-dev.tools↗

Debugger

本项目是一个浏览器开发者工具,旨在检查 JavaScript 执行、网络流量和页面布局。它作为一个 JavaScript 调试器和 Chrome DevTools 协议调试器,用于管理 Web 引擎的状态并识别 Web 应用中的逻辑错误。

该套件提供专门的 Web 性能分析工具,包括内存泄漏检测和处理瓶颈分析。它还包含一个网络流量分析器,用于排查 API 调用,以及一个浏览器存储管理器,用于修改 Cookie、缓存和本地数据库条目。

其他功能涵盖 Web 页面布局分析、用于验证响应式显示的移动设备模拟,以及应用日志监控。该工具集支持源映射(Source Map)解析,将编译后的代码链接回原始文件,并允许连接外部编辑器。

Features

  • Browser Developer Tools - Provides a comprehensive suite of debugging utilities for inspecting JavaScript execution, network traffic, and page layouts within a browser.
  • JavaScript and TypeScript Debugging - Provides comprehensive tools for stepping through, inspecting, and profiling JavaScript execution to resolve logic errors.
  • Browser Storage Managers - Provides an interface for modifying and deleting cookies, cache, and local database entries like IndexedDB.
  • Client-Side Storage - Provides mechanisms for persisting and modifying application data within the browser environment.
  • JavaScript Runtime Debuggers - Provides a runtime debugger for stepping through code and inspecting variables to identify logic errors in JavaScript.
  • JSON-Based Communication Protocols - Uses a standardized JSON-based protocol to exchange commands and state between the browser engine and the developer interface.
  • Network Traffic Analyzers - Monitors outgoing requests and responses to troubleshoot API calls and optimize loading speeds.
  • Remote Debugging Protocols - Provides a protocol for connecting the frontend toolset to a background process that controls the JavaScript engine.
  • Inter-Process Message Passing - Coordinates structured data exchange between the main browser process and the separate renderer process hosting the tools.
  • Web Performance Analyzers - Provides tools for analyzing memory usage and identifying processing bottlenecks to improve page responsiveness.
  • Network Traffic Monitors - Includes a network traffic monitor to track API calls and asset requests for troubleshooting and optimization.
  • Page Speed Optimizations - Analyzes memory usage and processing bottlenecks to improve the speed and responsiveness of web pages.
  • DevTools Protocol Clients - Implements a client that uses the Chrome DevTools Protocol to inspect JavaScript execution and manage the web engine state.
  • Layout Analysis Tools - Allows real-time inspection of HTML and CSS properties to refine the visual structure of a website.
  • Source Map Resolution - Maps minified or compiled JavaScript back to original source files for accurate line-by-line debugging.
  • Browser Device Emulation - Simulates different device categories and user agents to verify that layouts adapt correctly to mobile displays.
  • Application Performance Optimization - Identifies processing bottlenecks and streamlines asset delivery to increase the speed of the user experience.
  • Real-Time Application Log Monitoring - Tracks errors, security warnings, and network issues through a real-time console output for troubleshooting.
  • Memory Leak Detection - Analyzes memory usage patterns to identify leaks and improve overall application responsiveness.
  • DOM and Style Inspectors - Analyzes structural properties and styling in real time to adjust and refine the visual arrangement of a page.
  • Mobile Viewport Emulation - Provides a mechanism to simulate various mobile device viewports to verify responsive web layouts.

Star 历史

firefox-devtools/debugger 的 Star 历史图表firefox-devtools/debugger 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Debugger 的开源替代方案

相似的开源项目,按与 Debugger 的功能重合度排序。
  • mozilla-firefox/firefoxmozilla-firefox 的头像

    mozilla-firefox/firefox

    11,305在 GitHub 上查看↗

    Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure browsing sessions. It utilizes a multi-process isolation architecture that distributes browser tasks across independent operating system processes to ensure stability and prevent site-specific failures from impacting the entire application. The engine incorporates a sandboxed execution environment to restrict web content and untrusted scripts to isolated memory compartments, enforcing security policies that prevent unauthorized access to system resources. The project distinguis

    JavaScript
    在 GitHub 上查看↗11,305
  • zixun/godeyezixun 的头像

    zixun/GodEye

    3,879在 GitHub 上查看↗

    GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a mobile application debugger and in-process diagnostic overlay, providing a visual interface rendered directly over active applications to monitor metrics and inspect system states without requiring changes to the original source code. The framework enables real-time analysis through a suite of debugging workflows. It captures diagnostic data using method swizzling and system-level hooking to intercept function calls and monitor internal application behavior. The tool covers s

    Swift
    在 GitHub 上查看↗3,879
  • jhen0409/react-native-debuggerjhen0409 的头像

    jhen0409/react-native-debugger

    10,460在 GitHub 上查看↗

    React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile applications built with React Native. It provides a dedicated interface to monitor the runtime state, network requests, and console logs of a remote mobile environment. The tool integrates specialized inspectors for Redux state management and GraphQL client debugging, allowing for time-traveling state transitions and the analysis of queries, mutations, and local cache. It also features a component hierarchy viewer for visualizing and modifying UI properties in real time. Bro

    JavaScript
    在 GitHub 上查看↗10,460
  • addyosmani/agent-skillsaddyosmani 的头像

    addyosmani/agent-skills

    60,849在 GitHub 上查看↗

    Agent-skills is a collection of structured instructions and behavioral personas designed to standardize how AI coding agents perform engineering tasks. It functions as a workflow orchestrator that maps natural language intent to repeatable technical sequences and verification checklists. The project distinguishes itself through the use of specialized markdown-defined roles, such as security auditors or test engineers, to apply targeted domain expertise. It employs an evidence-based verification model that requires runtime data or passing tests as mandatory exit criteria to ensure AI-generated

    Shellagent-skillsantigravityantigravity-ide
    在 GitHub 上查看↗60,849
查看 Debugger 的所有 30 个替代方案→

常见问题解答

firefox-devtools/debugger 是做什么的?

本项目是一个浏览器开发者工具,旨在检查 JavaScript 执行、网络流量和页面布局。它作为一个 JavaScript 调试器和 Chrome DevTools 协议调试器,用于管理 Web 引擎的状态并识别 Web 应用中的逻辑错误。

firefox-devtools/debugger 的主要功能有哪些?

firefox-devtools/debugger 的主要功能包括:Browser Developer Tools, JavaScript and TypeScript Debugging, Browser Storage Managers, Client-Side Storage, JavaScript Runtime Debuggers, JSON-Based Communication Protocols, Network Traffic Analyzers, Remote Debugging Protocols。

firefox-devtools/debugger 有哪些开源替代品?

firefox-devtools/debugger 的开源替代品包括: mozilla-firefox/firefox — Firefox is a cross-platform web browser engine designed to render web content, execute JavaScript, and manage secure… zixun/godeye — GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a… jhen0409/react-native-debugger — React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile… addyosmani/agent-skills — Agent-skills is a collection of structured instructions and behavioral personas designed to standardize how AI coding… node-inspector/node-inspector — node-inspector is a web-based debugger for Node.js applications that integrates the Blink developer tools interface.… hardkoded/puppeteer-sharp — Puppeteer Sharp is a .NET wrapper and automation library used to programmatically drive headless Chrome and Chromium…