-
Notifications
You must be signed in to change notification settings - Fork 262
Open
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!
Metadata
Metadata
Assignees
Labels
No labels