Fix breakpoints not hitting after changing a base in index.html. (#1556)

* Add screen field to DebuggerReady event

* Fix breakpoints not hitting after changing a base in index.html

* Updated changelog

* Updated changelog.

* Fix failing tests

* Try fix breakpoint setting problem for org-dartlang uris

* Fix finding dart location for js, remove adding root to absolute paths

* Removed printing and locaton fixes, updted version

* Address CR comments
11 files changed
tree: 5b85db2303b011492896071b0696ac7209eb8e91
  1. .github/
  2. dwds/
  3. example/
  4. fixtures/
  5. frontend_server_client/
  6. frontend_server_common/
  7. tool/
  8. webdev/
  9. .gitattributes
  10. .gitignore
  11. analysis_options.yaml
  12. AUTHORS
  13. CONTRIBUTING.md
  14. mono_repo.yaml
  15. README.md
README.md

Dart

dwds Pub Package

A service that proxies between the Chrome debug protocol and the Dart VM service protocol.

webdev Pub Package

A command-line tool for developing and deploying web applications with Dart.