j2v8-debugger
JavaScript debugger
An Android add-on that enables debugging of JavaScript code running in the V8 engine within an Android app using Chrome DevTools.
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.
88 stars
5 watching
24 forks
Language: Kotlin
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
microsoft/vscode-js-debug | A DAP-based JavaScript debugger for various environments and frameworks. | 1,673 |
seahyinghang8/blinky | An AI-powered debugging agent that uses LLMs to identify and fix backend code errors in real-time. | 41 |
auchenberg/devtools-remote | Enables remote debugging of browser tabs via Chrome DevTools over a WebSocket connection. | 687 |
christian-bromann/devtools-backend | A Node.js implementation of the Chrome DevTools backend for debugging web applications | 144 |
astashov/debugger-xml | Enables debugging in IDEs using an XML interface. | 17 |
alexmost/eslint-plugin-deprecate | Provides warnings about deprecated code usage to help refactor and maintain existing codebases. | 81 |
richgilbank/scratch-js | Allows execution of ES6/ES2015 code in the context of web pages within Chrome's DevTools | 350 |
vsch/javafx-webview-debugger | Enables debugging of JavaFX WebView applications via a WebSocket connection to Google Chrome Dev Tools. | 66 |
charlespockert/aurelia-debugger | A tool to visually inspect and debug Aurelia applications | 5 |
amasad/debug_utils | Utilities for debugging JavaScript code, including event and property access debugging | 642 |
lorenzoongithub/nudge4j | Tool for remotely controlling and debugging Java applications from a browser | 161 |
redphx/localify | A tool to debug minified JavaScript files by redirecting requests to local versions. | 9 |
isecpartners/android-opendebug | A tool to make any Android application debuggable on a device by injecting hooks using Cydia Substrate. | 131 |
sindresorhus/gulp-strip-debug | Removes console statements from JavaScript code to strip debugging information | 251 |
zsshen/probedroid | A toolset for creating and running custom analysis and debugging tools on Android without modifying the app source code | 197 |