awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Nice-PLQ avatar

Nice-PLQ/devtools-remote-debugger

0
View on GitHub↗
416 stars·60 forks·JavaScript·MIT·5 views

Devtools Remote Debugger

Use devtools against a webpage; a CDP agent implemeted in client-side JS

Features

  • Platform Adapters - CDP agent implemented in client-side JavaScript.

Star history

Star history chart for nice-plq/devtools-remote-debuggerStar history chart for nice-plq/devtools-remote-debugger

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Devtools Remote Debugger

Similar open-source projects, ranked by how many features they share with Devtools Remote Debugger.
  • alextrotsenko/j2v8-debuggerAlexTrotsenko avatar

    AlexTrotsenko/j2v8-debugger

    92View on GitHub↗

    This project is an add-on for the excellent J2V8 Project. It allows users to debug JS running in V8 using Chrome DevTools. Uses Stetho for communication with Chrome DevTools.

    Kotlin
    View on GitHub↗92
  • binaryage/diracbinaryage avatar

    binaryage/dirac

    775View on GitHub↗

    A Chrome DevTools fork for ClojureScript developers

    Clojure
    View on GitHub↗775
  • facebook/stethofacebook avatar

    facebook/stetho

    12,672View on GitHub↗

    Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time inspection of network traffic, internal application state, and the user interface layout directly within a desktop browser. The project provides specialized inspectors for analyzing Android-specific components. This includes a network inspector for capturing HTTP requests and responses, an SQLite database browser for querying local storage, and a view hierarchy inspector for mapping UI elements and styles. Additional capabilities cover runtime execution via an embedded JavaScrip

    Java
    View on GitHub↗12,672
  • googlechromelabs/ndbGoogleChromeLabs avatar

    GoogleChromeLabs/ndb

    10,874View on GitHub↗

    ndb is a suite of development tools for Node.js that provides runtime inspection, performance profiling, and process management. It functions as a debugger that connects Node.js execution environments to the Chrome browser debugging interface for visual state management and breakpoint control. The tool is distinguished by its ability to detect and attach to spawned child processes, maintaining debugging visibility across multiple process boundaries. It also integrates a source editor that allows users to modify code directly within the debugging interface and save those changes to disk during

    JavaScript
    View on GitHub↗10,874
See all 7 alternatives to Devtools Remote Debugger→

Frequently asked questions

What does nice-plq/devtools-remote-debugger do?

Use devtools against a webpage; a CDP agent implemeted in client-side JS

What are the main features of nice-plq/devtools-remote-debugger?

The main features of nice-plq/devtools-remote-debugger are: Platform Adapters.

What are some open-source alternatives to nice-plq/devtools-remote-debugger?

Open-source alternatives to nice-plq/devtools-remote-debugger include: alextrotsenko/j2v8-debugger — This project is an add-on for the excellent J2V8 Project. It allows users to debug JS running in V8 using Chrome… binaryage/dirac — A Chrome DevTools fork for ClojureScript developers. facebook/stetho — Stetho is a debug bridge that connects Android applications to Chrome Developer Tools. It allows for the real-time… googlechromelabs/ndb — ndb is a suite of development tools for Node.js that provides runtime inspection, performance profiling, and process… ruby/debug — Debugging functionality for Ruby. sfninja/thetool — thetool is a CLI tool to capture different cpu, memory and other profiles for your node app in Chrome DevTools…