https://github.com/equalsraf/cxdbg
https://github.com/equalsraf/cxdbg
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/equalsraf/cxdbg
- Owner: equalsraf
- Created: 2018-08-14T23:49:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T23:49:50.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T12:31:10.077Z (over 1 year ago)
- Language: Rust
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WIP
## A crate to interact with the chrome developer tools
build.rs basically transforms the developer tools protocol spec (src/chrome_protocol.json) into rust code.
Right now it generates an enum and a synchronous api, there is no reason why it can't generate something else.
## Usage
Start chromium
```
$ chromium --remote-debugging-port=9222
```