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.
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.
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
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
Use devtools against a webpage; a CDP agent implemeted in client-side JS
The main features of nice-plq/devtools-remote-debugger are: Platform Adapters.
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…