Merge pull request #17 from DrMarcII/json_bug

Change forwarder to not send paused events unless a breakpoint event has been sent.
tree: eabbfa43ac134bf7de89124e572b5f4b7696825c
  1. bin/
  2. lib/
  3. test/
  4. tool/
  5. .gitignore
  6. .project
  7. .travis.yml
  8. AUTHORS
  9. changelog.md
  10. LICENSE
  11. PATENTS
  12. pubspec.yaml
  13. readme.md
readme.md

webkit_inspection_protocol.dart

Build Status pub package

What is it?

The webkit_inspection_protocol package is a client of the Webkit Inspection Protocol (WIP). It's used to talk to Chrome DevTools based debuggers.

The protocol

Read more about the protocol here.

Disclaimer

This is not an official Google product.