Clone this repo:

Branches

  1. c004505 Support falling through with associated data by Andrey Kosyakov · 2 days ago main
  2. e315fa7 Simplify protocol command dispatch by Andrey Kosyakov · 8 days ago
  3. d025eb4 Add HasKeyInMap by Alex Rudenko · 13 days ago
  4. 874bbc6 Harden sessionId verification and CBOR parsing by Danil Somsikov · 3 weeks ago
  5. 188d5eb Add GetString8ValueFromMap utility for shallow parsing by Danil Somsikov · 5 weeks ago

Chromium inspector (devtools) protocol

This package contains code generators and templates for the Chromium inspector protocol.

The canonical location of this package is at https://chromium.googlesource.com/deps/inspector_protocol/

In the Chromium tree, it's rolled into https://cs.chromium.org/chromium/src/third_party/inspector_protocol/

In the V8 tree, it's rolled into https://cs.chromium.org/chromium/src/v8/third_party/inspector_protocol/

See also Contributing to Chrome Devtools Protocol.

To build and run the tests of the crdtp library, see CRDTP - Chrome DevTools Protocol.