ChromeDevTools / ChromeDevTools/devtools-protocol

Keep track of URL changes

Open
#224 4 comments 1 reaction 1 assignee View on GitHub

@hashseed is already working on this.

Since Sep 17, 2020.

Dominant language
TypeScript
Stars
1.6k
Forks
279
PR merge metrics
No merged PRs in 30d

Description

We use v8 inspector in our project to debug JS code that is running on our isolates and deliver it as a feature to the users to help them debug their code better. Often times the URL to open the debugger(the devtools inspector) seems to break since the URL format is not consistent across different devtools versions/chrome versions.

From our findings we've made a rough estimate of the URL formats:

  • Chrome Version > 84 : devtools://devtools/bundled/inspector.html?
  • Chrome Version > 83 : devtools://devtools/bundled/js_app.html?
  • Older Versions : chrome-devtools://devtools/bundled/js_app.html?

Can anyone redirect me to a comprehensive guide to these change formats and the exact same release versions of these changes? If there a hack to make these changes forward-compatible by any means? We definitely cannot control the version of the chrome the user is accessing our product with!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.