v11.10.1
Highlights
馃悰 VS Code's chrome attach no longer hangs against the CDP bridge
VS Code's JavaScript debugger (js-debug) lists targets with Target.getTargets before enabling discovery, and waits for the initial Target.targetCreated batch before it attaches. The bridge announced only targets that were new since its last listing, so a page already learnt through getTargets produced no targetCreated on Target.setDiscoverTargets, and the attach hung with no target offered. The browser endpoint now announces every current target when discovery is enabled, as Chrome does.
pymobiledevice3 webinspector cdpAttach from VS Code with a chrome config; to be prompted which page to attach to when several are open, add "targetSelection": "pick".
What's Changed
- 2cb2e93 docs: Note VS Code's targetSelection pick and its two-page requirement (#1929) (@doronz88)
- 25da657 cdp: Announce all targets when discovery is enabled, not only new ones (#1929) (@doronz88)
Full Changelog: v11.10.0...v11.10.1